Skip to content

Commit

Permalink
test: add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 21, 2023
1 parent cc1c425 commit 3c2dd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/emulatorAVD.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('emulator AVD', () => {
const res = await android.hasAVD(avdName);
expect(res).toBe(true);
await android.avdmanager(`delete avd --name ${avdName}`);
}, 10000);
}, 600000);

test('create an existing AVD', async () => {
const avds = await android.listAVDs();
Expand Down

0 comments on commit 3c2dd40

Please sign in to comment.