diff --git a/.env b/.env index ad971047fb..b08c745d22 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ gist_token = -account_passphrase = explain uniform adapt basic blue onion rebel pull rice erase volcano couple -account_password = remix_is_cool \ No newline at end of file +account_passphrase = +account_password = \ No newline at end of file diff --git a/test-browser/tests/runAndDeploy.js b/test-browser/tests/runAndDeploy.js index 013f535645..b1b8240609 100644 --- a/test-browser/tests/runAndDeploy.js +++ b/test-browser/tests/runAndDeploy.js @@ -100,7 +100,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(30000) + .pause(25000) .switchBrowserTab(0) }, @@ -116,7 +116,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(30000) + .pause(25000) .switchBrowserTab(0) },