Bug 1345733 - Increase timeout for large allocation tests, r=smaug

This commit is contained in:
Michael Layzell 2017-09-25 16:12:17 -04:00
Родитель 5a55204eb5
Коммит 1579b1ad20
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);