reset timeout

pull/5062/head
Joseph Izang 3 months ago committed by Aniket
parent cf152e5ba0
commit ddb0bc3607
  1. 2
      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: 120000
timeout: 60000
})
.waitForElementPresent({
selector: "//span[@data-id='editorloaded']",

Loading…
Cancel
Save