This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Description
Feature Request
Reasons for adopting new feature
It is suggested in #4154 that the default timeout for browser.wait is taken from jasmineNodeOpts.defaultTimeoutInterval. To me this doesn't make much sense, because I often want to have a short timeout when waiting for an element to be present or visible, where as I want a longer timeout for the spec itself.
Being able to specify a defaultWaitTimeout in your .conf file would be good!
Is this a breaking change? (How will this affect existing functionality)
Not if it is implemented so the timeout value used for browser.wait falls back to use jasmineNodeOpts.defaultTimeoutInterval if it's not specified.