From 545265bd800a821a178378bc5c959589ded94f4c Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sun, 15 Nov 2020 22:51:47 +0100 Subject: [PATCH] saucelabs: max 900 seconds --- tests/frontend/travis/remote_runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();