Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1126465 - Make redundant-seek use longer timeouts. r=me
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bholley committed Jan 30, 2015
1 parent 3420313 commit 2b85778
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2b85778

Please sign in to comment.