From 0c6e8f4da83116aa39dad16b28aff924187be50c Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Wed, 8 Apr 2020 10:26:24 +0000 Subject: [PATCH] Added delay for transaction approval on Ropsten test net. --- test-browser/tests/runAndDeploy.js | 4 ++-- test-browser/tests/terminal.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test-browser/tests/runAndDeploy.js b/test-browser/tests/runAndDeploy.js index 2f331a7a17..36dfdbdacf 100644 --- a/test-browser/tests/runAndDeploy.js +++ b/test-browser/tests/runAndDeploy.js @@ -101,7 +101,7 @@ module.exports = { .waitForElementPresent('.page-container__footer-button:nth-of-type(2)') .click('.page-container__footer-button:nth-of-type(2)') .waitForElementPresent('.transaction-status--submitted') - .pause(35000) + .pause(60000) .switchBrowserTab(0) }, @@ -117,7 +117,7 @@ module.exports = { .waitForElementPresent('.page-container__footer-button:nth-of-type(2)') .click('.page-container__footer-button:nth-of-type(2)') .waitForElementPresent('.transaction-status--submitted') - .pause(35000) + .pause(60000) .switchBrowserTab(0) }, diff --git a/test-browser/tests/terminal.js b/test-browser/tests/terminal.js index 553370d7af..c349710896 100644 --- a/test-browser/tests/terminal.js +++ b/test-browser/tests/terminal.js @@ -70,7 +70,7 @@ module.exports = { .switchFile('browser/asyncAwaitWithFileManagerAccess.js') .pause(5000) .executeScript(`remix.execute('browser/asyncAwaitWithFileManagerAccess.js')`) - .pause(2000) + .pause(6000) .journalLastChildIncludes('contract Ballot {') .end() },