Skip to content

Commit

Permalink
Th/update/wdio conf (#204) (#205)
Browse files Browse the repository at this point in the history
* increase timeout time
  • Loading branch information
tudorgabriel authored Apr 1, 2024
1 parent 27e9351 commit 2d57819
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 @@ -54,7 +54,7 @@ export const config: Options.Testrunner = {
reporters: ['spec', 'concise'],
mochaOpts: {
ui: 'bdd',
timeout: 120000
timeout: 160000
},
before: () => {}
};

0 comments on commit 2d57819

Please sign in to comment.