theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 310 forks source link

Provide reasonable default values for functionalTimeouts #1166

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

In the past, browsers had non-zero default values for the functional timeouts (page load, find, and async exec). Today (and for a little while), this hasn't been the case, and functional tests can fail if the user doesn't set the timeouts in some way.

Intern / leadfoot should provide reasonable defaults for these and set them at the beginning of a test session.