Skip to content

Commit

Permalink
Reduce wdio timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
smoores-dev committed Oct 12, 2024
1 parent 84da502 commit 390c7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const config: WebdriverIO.Config = {
// See the full list at http://mochajs.org/
mochaOpts: {
ui: "bdd",
timeout: 3600000,
timeout: 60000,
},

//
Expand Down

0 comments on commit 390c7d5

Please sign in to comment.