Skip to content

Commit 8278226

Browse files
committed
increase timeout
1 parent 6f68df9 commit 8278226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide-e2e/src/tests/script-runner.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ const tests = {
134134
.click('*[data-id="run-script-dropdown-trigger"]')
135135
.pause(1000)
136136
.click('*[data-id="open-script-configuration-menu-item"]')
137-
.waitForElementVisible('label[data-id="sr-loaded-default"]', 30000)
138-
.waitForElementVisible('label[data-id="sr-notloaded-ethers6"]', 30000)
137+
.waitForElementVisible('label[data-id="sr-loaded-default"]', 60000)
138+
.waitForElementVisible('label[data-id="sr-notloaded-ethers6"]', 60000)
139139
},
140140
'switch to default workspace that should be on ethers6': function (browser: NightwatchBrowser) {
141141
browser

0 commit comments

Comments
 (0)