diff --git a/test-browser/tests/sharedFolderExplorer.js b/test-browser/tests/sharedFolderExplorer.js index b2b859ff6e..9eb553dd1e 100644 --- a/test-browser/tests/sharedFolderExplorer.js +++ b/test-browser/tests/sharedFolderExplorer.js @@ -143,7 +143,7 @@ function testImportFromRemixd (browser, callback) { .click('[data-path="localhost/src/gmbh"]') .waitForElementVisible('[data-path="localhost/src/gmbh/company.sol"]', 100000) .click('[data-path="localhost/src/gmbh/company.sol"]') - .pause(500) + .pause(1000) .perform(() => { contractHelper.verifyContract(browser, ['Assets', 'gmbh'], function () { callback()