Reduced delay in test

pull/5370/head
ioedeveloper 5 years ago committed by Aniket
parent eb2963a920
commit 2e23dcc0b1
  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(20000)
.pause(10000)
.waitForElementPresent('*[data-id="testTabSolidityUnitTestsSummary"]')
.assert.containsText('*[data-id="testTabSolidityUnitTestsSummary"]', 'contract deployment failed after trying twice')
},

Loading…
Cancel
Save