Merge pull request #5372 from ethereum/fixgroth

increase timeout
pull/5332/head^2
bunsenstraat 2 days ago committed by GitHub
commit 1cb1b11e72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/remix-ide-e2e/nightwatch-chrome.ts

@ -21,7 +21,7 @@ module.exports = {
'default': {
globals: {
waitForConditionTimeout: 10000,
asyncHookTimeout: 120000
asyncHookTimeout: 10000000
},
screenshots: {
enabled: true,

Loading…
Cancel
Save