浏览代码

Increased UI test operation timeout

n1474335 4 年之前
父节点
当前提交
223353cf4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/browser/ops.js

+ 1 - 1
tests/browser/ops.js

@@ -394,7 +394,7 @@ function testOp(browser, opName, input, output, args=[]) {
         .click("#clr-io")
         .urlHash("recipe=" + recipeConfig)
         .setValue("#input-text", input)
-        .pause(100)
+        .pause(250)
         .click("#bake")
         .waitForElementPresent("#stale-indicator.hidden", 1000);