mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1126465 - Make redundant-seek use longer timeouts. r=me
I did a push with some logging. It looks like this test is currently just on the border of the 10 second timeout, and sometimes gets killed by the timeout mechanism before it can finish. Bumping up to 60.
This commit is contained in:
parent
05a5c1facc
commit
899d6e98ad
@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Test MediaSource behavior when receiving multiple seek requests during a pending seek.</title>
|
<title>Test MediaSource behavior when receiving multiple seek requests during a pending seek.</title>
|
||||||
|
<meta name="timeout" content="long">
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<script src="mediasource-util.js"></script>
|
<script src="mediasource-util.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user