Merge pull request #5372 from ethereum/fixgroth

increase timeout
pull/5306/head
bunsenstraat 2 weeks 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': { 'default': {
globals: { globals: {
waitForConditionTimeout: 10000, waitForConditionTimeout: 10000,
asyncHookTimeout: 120000 asyncHookTimeout: 10000000
}, },
screenshots: { screenshots: {
enabled: true, enabled: true,

Loading…
Cancel
Save