Skip to content

Commit 9a1b57b

Browse files
authored
chore: increase timeout for tests (#449)
1 parent c9369c4 commit 9a1b57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {driverSetup, driverTeardown} from './test_setup.js';
1515
export const mochaHooks: RootHookObject = {
1616
async beforeAll(this: Mocha.Context) {
1717
// Set a long timeout for startup.
18-
this.timeout(10000);
18+
this.timeout(60000);
1919
return await driverSetup();
2020
},
2121
async afterAll() {

0 commit comments

Comments
 (0)