We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c508a commit e47487eCopy full SHA for e47487e
1 file changed
wdio.conf.ts
@@ -123,7 +123,7 @@ export const config: WebdriverIO.Config = {
123
// baseUrl: 'http://localhost:8080',
124
//
125
// Default timeout for all waitFor* commands.
126
- waitforTimeout: 30000,
+ waitforTimeout: process.env.CI ? 30000 : 10000,
127
128
// Default timeout in milliseconds for request
129
// if browser driver or grid doesn't send response
0 commit comments