Deploy failed testcase delay

pull/1/head
ioedeveloper 5 years ago committed by Aniket
parent affebde178
commit 28ce31e526
  1. 2
      test-browser/tests/solidityUnittests.js

@ -92,7 +92,7 @@ module.exports = {
.click('*[data-id="testTabCheckAllTests"]')
.click('.singleTestLabel:nth-of-type(5)')
.scrollAndClick('*[data-id="testTabRunTestsTabRunAction"]')
.pause(10000)
.pause(20000)
.waitForElementPresent('*[data-id="testTabSolidityUnitTestsSummary"]')
.assert.containsText('*[data-id="testTabSolidityUnitTestsSummary"]', 'contract deployment failed after trying twice')
},

Loading…
Cancel
Save