Skip to content

Commit 2457c1a

Browse files
Copilotrenemadsen
andcommitted
Fix mocha timeout in wdio-headless-step2e.conf.ts from 90s to 240s
Co-authored-by: renemadsen <[email protected]>
1 parent 0c19ce7 commit 2457c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/wdio-headless-step2e.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const config: WebdriverIO.Config = {
176176
ui: 'bdd',
177177
//require: 'ts-node/register',
178178
//compilers: ['tsconfig-paths/register'],
179-
timeout: 90000
179+
timeout: 240000
180180
},
181181
//
182182
// =====

0 commit comments

Comments
 (0)