Commit d79edb90 authored by yann300's avatar yann300

increase timeout for testing

parent 2f5b22d2
...@@ -21,7 +21,7 @@ function testContracts (browser, contractCode, compiledContractNames, callback) ...@@ -21,7 +21,7 @@ function testContracts (browser, contractCode, compiledContractNames, callback)
.clearValue('#input textarea') .clearValue('#input textarea')
.click('.newFile') .click('.newFile')
.setValue('#input textarea', contractCode, function () {}) .setValue('#input textarea', contractCode, function () {})
.waitForElementPresent('.contract .create', 2000, true, function () { .waitForElementPresent('.contract .create', 5000, true, function () {
checkCompiledContracts(browser, compiledContractNames, callback) checkCompiledContracts(browser, compiledContractNames, callback)
}) })
} }
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