浏览代码

[SauceLabs] 15s timeout for each browser

Andy Li 11 年之前
父节点
当前提交
3065f4b428
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/src/RunSauceLabs.hx

+ 1 - 1
tests/unit/src/RunSauceLabs.hx

@@ -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) {