add timeout

pull/5370/head
yann300 3 years ago committed by Aniket
parent a0a37896fe
commit 8b96c07dbb
  1. 2
      apps/remix-ide-e2e/src/tests/debugger.test.ts

@ -241,7 +241,7 @@ module.exports = {
.clickInstance(0)
.clickFunction('callA - transact (not payable)')
.debugTransaction(1)
.pause(2000)
.pause(4000)
.goToVMTraceStep(79)
.waitForElementVisible('*[data-id="debugGoToRevert"]', 60000)
.click('*[data-id="debugGoToRevert"]')

Loading…
Cancel
Save