Skip to content

Commit

Permalink
Th/update/wdio conf (#204)
Browse files Browse the repository at this point in the history
* increase timeout time
  • Loading branch information
tudorgabriel authored Apr 1, 2024
1 parent dace3a1 commit 94c37cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const config: Options.Testrunner = {
reporters: ['spec', 'concise'],
mochaOpts: {
ui: 'bdd',
timeout: 120000
timeout: 160000
},
before: () => {}
};

0 comments on commit 94c37cf

Please sign in to comment.