We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e9b22 commit 24a0fd2Copy full SHA for 24a0fd2
apps/remix-ide-e2e/src/commands/verifyCallReturnValue.ts
@@ -19,7 +19,7 @@ function verifyCallReturnValue (browser: NightwatchBrowser, address: string, che
19
.waitForElementVisible({
20
locateStrategy: 'css selector',
21
selector: '#instance' + address + ' [data-id="udapp_value"]',
22
- timeout: 60000
+ timeout: 240000
23
})
24
.execute(function (address: string) {
25
const nodes = document.querySelectorAll('#instance' + address + ' [data-id="udapp_value"]') as NodeListOf<HTMLElement>
0 commit comments