diff --git a/wdio.conf.ts b/wdio.conf.ts index 82a6e07c0c5118251d5451e1e70a79cb8e00034c..4a49195dd561c06a9ec504050fd8b4ffa2985ec9 100644 --- a/wdio.conf.ts +++ b/wdio.conf.ts @@ -165,14 +165,11 @@ export const config: Options.Testrunner = { // The only one supported by default is 'dot' // see also: https://webdriver.io/docs/dot-reporter reporters: ['spec'], - - - // // Options to be passed to Jasmine. jasmineOpts: { // Jasmine default timeout - defaultTimeoutInterval: 60000, + defaultTimeoutInterval: 180000, // // The Jasmine framework allows interception of each assertion in order to log the state of the application // or website depending on the result. For example, it is pretty handy to take a screenshot every time