Timeouts
The Test Runner has two fields that deal with timeouts:
- Page load timeout: This is the number of seconds that JsUnit will wait while attempting
to load a Test Page. If it is exceeded, JsUnit stops and notifies the user. For example, if the
Test Page isn't a real test page because it doesn't include jsUnitCors.js, JsUnit will time out when
loading the page. Another example might be that the Test Page is not available over the network.
- Setup page timeout: This is the number of seconds that JsUnit will wait after calling
setUpPage. JsUnit expects that, if setUpPage exists, then when the function is done it will set
"setUpPageStatus" to "complete" (see setUp() and tearDown()).