comparison: testing/mochitest/tests/browser/browser_requestLongerTimeout.js
testing/mochitest/tests/browser/browser_requestLongerTimeout.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 requestLongerTimeout(2); |
|
3 function end() { |
|
4 ok(true, "should not time out"); |
|
5 finish(); |
|
6 } |
|
7 waitForExplicitFinish(); |
|
8 setTimeout(end, 40000); |
|
9 } |