Deploy failed testcase delay

pull/5370/head
ioedeveloper 5 years ago committed by Aniket
parent 969bf94a7d
commit eb2963a920
  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