Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 17, 2023
1 parent 92f9b4a commit 12ae5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/afterStart.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ beforeAll(async () => {
if (emulatorId) {
await android.ensureReady(emulatorId);
}
}, 120000);
}, 300000);

afterAll(async () => {
await android.waitForStop(emulatorId);
Expand Down

0 comments on commit 12ae5a4

Please sign in to comment.