Browse Source

Increased UI test operation timeout

n1474335 4 years ago
parent
commit
223353cf4d
1 changed files with 1 additions and 1 deletions
  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);