We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9369c4 commit 9a1b57bCopy full SHA for 9a1b57b
test/webdriverio/test/hooks.ts
@@ -15,7 +15,7 @@ import {driverSetup, driverTeardown} from './test_setup.js';
15
export const mochaHooks: RootHookObject = {
16
async beforeAll(this: Mocha.Context) {
17
// Set a long timeout for startup.
18
- this.timeout(10000);
+ this.timeout(60000);
19
return await driverSetup();
20
},
21
async afterAll() {
0 commit comments