Skip to content

Commit

Permalink
update timeouts for andorid
Browse files Browse the repository at this point in the history
  • Loading branch information
Othinn committed Jan 9, 2024
1 parent 1579c4c commit be2119b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rn-tester-e2e/wdio.conf.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ exports.config = {
],
logLevel: 'debug',
bail: 3, //reduce time of failed builds
waitforTimeout: 30000,
connectionRetryTimeout: 50000,
waitforTimeout: 50000,
connectionRetryTimeout: 70000,
connectionRetryCount: 3,
specFileRetries: 3,
services: [
Expand All @@ -51,7 +51,7 @@ exports.config = {
mochaOpts: {
bail: true,
ui: 'bdd',
timeout: 50000
timeout: 70000
},

beforeSession: async function (config, capabilities, specs) {
Expand Down

0 comments on commit be2119b

Please sign in to comment.