Commit 653b38a2 authored by Tim Branyen's avatar Tim Branyen Committed by Sam Saccone

Attempt bumping the delay for the memory tests

parent 4033761f
......@@ -49,7 +49,7 @@ list.forEach(function (framework) {
},
action: function (name) {
driver.wait(function () {
driver.sleep(500);
driver.sleep(5500);
return driver.findElement(drool.webdriver.By.css(newTodoSelector(name)))
.sendKeys('find magical goats', drool.webdriver.Key.ENTER)
.thenCatch(function () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment