partest
bunsenstraat 3 weeks ago committed by bunsenstraat
parent dff9e015df
commit ed293f8592
  1. 2
      apps/remix-ide-e2e/nightwatch-chrome.ts
  2. 2
      apps/remixdesktop/test/nighwatch.app.ts

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

@ -42,7 +42,7 @@ module.exports = {
selenium_host: 'localhost',
globals: {
waitForConditionTimeout: 10000,
asyncHookTimeout: 100000
asyncHookTimeout: 30000
},
screenshots: {
enabled: true,

Loading…
Cancel
Save