diff --git a/apps/remix-ide-e2e/src/commands/verifyLoad.ts b/apps/remix-ide-e2e/src/commands/verifyLoad.ts index 33d0887df3..b89ff091a0 100644 --- a/apps/remix-ide-e2e/src/commands/verifyLoad.ts +++ b/apps/remix-ide-e2e/src/commands/verifyLoad.ts @@ -6,7 +6,7 @@ class VerifyLoad extends EventEmitter { browser.waitForElementPresent({ selector: "//span[@data-id='typesloaded']", locateStrategy: 'xpath', - timeout: 60000 + timeout: 120000 }) .waitForElementPresent({ selector: "//span[@data-id='editorloaded']", @@ -35,4 +35,4 @@ class VerifyLoad extends EventEmitter { } } -module.exports = VerifyLoad \ No newline at end of file +module.exports = VerifyLoad