Skip to content

Commit e47487e

Browse files
committed
timeout for CI vs local
1 parent f3c508a commit e47487e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdio.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const config: WebdriverIO.Config = {
123123
// baseUrl: 'http://localhost:8080',
124124
//
125125
// Default timeout for all waitFor* commands.
126-
waitforTimeout: 30000,
126+
waitforTimeout: process.env.CI ? 30000 : 10000,
127127
//
128128
// Default timeout in milliseconds for request
129129
// if browser driver or grid doesn't send response

0 commit comments

Comments
 (0)