Skip to content

Commit

Permalink
Chore: update timeouts for saucelabs for hanging builds (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDeMicco authored Apr 23, 2018
1 parent 4f2f577 commit 95f9fd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codecept.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ if (isLocalBuild) {
build: TRAVIS_JOB_NUMBER,
'tunnel-identifier': TRAVIS_JOB_NUMBER,
browserName: BROWSER_NAME,
platform: BROWSER_PLATFORM
platform: BROWSER_PLATFORM,
maxDuration: 180,
commandTimeout: 100
}
};

Expand Down

0 comments on commit 95f9fd4

Please sign in to comment.