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() },