Skip to content

Commit 24a0fd2

Browse files
filip mertensyann300
authored andcommitted
set to 4 mins
1 parent 01e9b22 commit 24a0fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/commands/verifyCallReturnValue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function verifyCallReturnValue (browser: NightwatchBrowser, address: string, che
1919
.waitForElementVisible({
2020
locateStrategy: 'css selector',
2121
selector: '#instance' + address + ' [data-id="udapp_value"]',
22-
timeout: 60000
22+
timeout: 240000
2323
})
2424
.execute(function (address: string) {
2525
const nodes = document.querySelectorAll('#instance' + address + ' [data-id="udapp_value"]') as NodeListOf<HTMLElement>

0 commit comments

Comments
 (0)