How to override protractor's default timeout?
I just found the answer myself.
In config.js
:
jasmineNodeOpts: {
defaultTimeoutInterval: 25000
},
I just found the answer myself.
In config.js
:
jasmineNodeOpts: {
defaultTimeoutInterval: 25000
},