set to 4 mins

pull/5370/head
filip mertens 1 year ago
parent 14019d8b72
commit fffef8d088
  1. 2
      apps/remix-ide-e2e/src/commands/verifyCallReturnValue.ts

@ -19,7 +19,7 @@ function verifyCallReturnValue (browser: NightwatchBrowser, address: string, che
.waitForElementVisible({
locateStrategy: 'css selector',
selector: '#instance' + address + ' [data-id="udapp_value"]',
timeout: 60000
timeout: 240000
})
.execute(function (address: string) {
const nodes = document.querySelectorAll('#instance' + address + ' [data-id="udapp_value"]') as NodeListOf<HTMLElement>

Loading…
Cancel
Save