diff --git a/wdio.conf.js b/wdio.conf.js index 483618e8..701b5340 100644 --- a/wdio.conf.js +++ b/wdio.conf.js @@ -132,7 +132,7 @@ exports.config = { connectionRetryCount: 3, framework: 'jasmine', jasmineNodeOpts: { - defaultTimeoutInterval: 30000, + defaultTimeoutInterval: 120000, }, reporters: ['spec'], };