diff --git a/tests/frontend/travis/remote_runner.js b/tests/frontend/travis/remote_runner.js index a0abd9a24..7f7e2695e 100644 --- a/tests/frontend/travis/remote_runner.js +++ b/tests/frontend/travis/remote_runner.js @@ -27,7 +27,7 @@ async function runTest(testSettings){ /* As a best practice, set important test metadata and execution options such as build info, tags for reporting, and timeout durations. */ - 'maxDuration': 600000, + 'maxDuration': 900, 'idleTimeout': 1000 } }).usingServer("https://ondemand.saucelabs.com/wd/hub").build();