зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1345733 - Increase timeout for large allocation tests, r=smaug
This commit is contained in:
Родитель
5a55204eb5
Коммит
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче