mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 02:02:33 +00:00
Bug 1345733 - Increase timeout for large allocation tests, r=smaug
This commit is contained in:
parent
5a55204eb5
commit
1579b1ad20
@ -54,7 +54,7 @@ function getInLAProc(aBrowser) {
|
||||
|
||||
async function largeAllocSuccessTests() {
|
||||
// I'm terrible and put this set of tests into a single file, so I need a longer timeout
|
||||
requestLongerTimeout(2);
|
||||
requestLongerTimeout(4);
|
||||
|
||||
// Check if we are on win32
|
||||
let isWin32 = /Windows/.test(navigator.userAgent) && !/x64/.test(navigator.userAgent);
|
||||
|
Loading…
Reference in New Issue
Block a user