increase timeout for testing

pull/1/head
yann300 8 years ago
parent 2f5b22d2e3
commit d79edb9063
  1. 2
      test-browser/helpers/contracts.js

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

Loading…
Cancel
Save