Skip to content

Commit 594d99c

Browse files
committed
increase test timeout
1 parent 2cac147 commit 594d99c

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
@@ -181,7 +181,7 @@ export const config: WebdriverIO.Config = {
181181
// See the full list at http://mochajs.org/
182182
mochaOpts: {
183183
ui: 'bdd',
184-
timeout: 10 * 60 * 1000, // 10 minutes
184+
timeout: 15 * 60 * 1000, // 10 minutes
185185
},
186186

187187
//

0 commit comments

Comments
 (0)