Increased UI test operation timeout

This commit is contained in:
n1474335 2021-01-22 15:43:18 +00:00
parent ded32da632
commit 223353cf4d
1 changed files with 1 additions and 1 deletions

View File

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