Bug 1364245 - Extend delay for slow loading resource testcase to prevent intermittent. r=ato

For debug builds a delay of 1s is too short. It means that a navigation
command will return when the readyState reaches interactive for an eager
page load strategy. But due to the slowness of the browser, the next
command could already operate on a complete readyState. Delaying the load
of resources is the only possible option.

MozReview-Commit-ID: D2je04Euwf0

--HG--
extra : rebase_source : d74f276d96cd5bd2301f9dac8866f9dadc6e2937
This commit is contained in:
Henrik Skupin 2017-05-12 11:44:17 +02:00
parent 14b2abfa9f
commit 0cd2f844e4

View File

@ -8,6 +8,6 @@
<title>Slow loading resource</title>
</head>
<body>
<img src="/slow?delay=1" id="slow" />
<img src="/slow?delay=4" id="slow" />
</body>
</html>