mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 855730 - Extend the mochitest timeout for file_mixed_content_frameNavigation_secure_grandchild.html to 10 seconds instead of 5 seconds to prevent intermittent tests failures. r=smaug
This commit is contained in:
parent
e0d01cc498
commit
5e9b062519
@ -12,8 +12,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=840388
|
||||
|
||||
<iframe src="https://example.com/tests/content/base/test/file_mixed_content_frameNavigation_innermost.html?securePage_navigate_grandchild" id="child"></iframe>
|
||||
<script>
|
||||
// For tests that require setTimeout, set the maximum polling time to 50 x 100ms = 5 seconds.
|
||||
var MAX_COUNT = 50;
|
||||
// For tests that require setTimeout, set the maximum polling time to 100 x 100ms = 10 seconds.
|
||||
var MAX_COUNT = 100;
|
||||
var TIMEOUT_INTERVAL = 100;
|
||||
var counter = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user