Bug 1200607 - Request a longer timeout on tests that are now timing out as the first tests in the chunk.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2015-09-01 13:35:58 -04:00
parent 44c85d6ed1
commit de604630c2
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=416317
<script class="testbody" type="text/javascript">
/** Test for Bug 416317 **/
SimpleTest.requestLongerTimeout(2);
SimpleTest.requestLongerTimeout(3);
// Subframe handles the test
</script>
</pre>

View File

@ -18,6 +18,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=549475
</div>
<script type="application/javascript">
SimpleTest.requestLongerTimeout(2);
/**
* This files tests the 'value sanitization algorithm' for the various input
* types. Note that an input's value is affected by more than just its type's