Skip to content

Commit

Permalink
[SauceLabs] 15s timeout for each browser
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Oct 14, 2014
1 parent 2626907 commit 3065f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/src/RunSauceLabs.hx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class RunSauceLabs {
if (!handleError(err)) return;

console.log("[debug] waiting for test exit");
browser.waitForConditionInBrowser("try { typeof unit.Test.success === 'boolean'; } catch(e) { false; }", 3000); //3s timeout
browser.waitForConditionInBrowser("try { typeof unit.Test.success === 'boolean'; } catch(e) { false; }", 15000); //15s timeout
console.log("[debug] test exited");

browser.text("body", function(err, re) {
Expand Down

0 comments on commit 3065f4b

Please sign in to comment.