Issue
How can I override default timeout(defaultTimeoutInterval) for it and describe methods in Protractor? It's defaulted to 2500ms.
Solution
I just found the answer myself.
In config.js:
jasmineNodeOpts: {
defaultTimeoutInterval: 25000
},
Answered By - Mohsen
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.