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:
Bobby Holley 2015-01-29 22:11:12 -08:00
parent 05a5c1facc
commit 899d6e98ad

View File

@ -2,6 +2,7 @@
<html>
<head>
<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/testharnessreport.js"></script>
<script src="mediasource-util.js"></script>