From 72cacbae1b46ae3129cc37fc35b1a5d388170362 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Tue, 25 Aug 2015 20:56:16 -0400 Subject: [PATCH] Bug 1197986 - Request a longer timeout for tests that started timing out after increasing the number of B2G debug xpcshell chunks from 2 to 4. --- netwerk/test/unit/xpcshell_b2g.ini | 2 +- toolkit/components/osfile/tests/xpcshell/xpcshell.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/netwerk/test/unit/xpcshell_b2g.ini b/netwerk/test/unit/xpcshell_b2g.ini index 844c778793c5..170198555f66 100644 --- a/netwerk/test/unit/xpcshell_b2g.ini +++ b/netwerk/test/unit/xpcshell_b2g.ini @@ -6,4 +6,4 @@ skip-if = buildapp != 'b2g' # For bug 1148503. This is to accommodate non-mozilla-central that didn't # include required files for this test. [test_pac_generator.js] -requesttimeoutfactor = 2 +requesttimeoutfactor = 4 diff --git a/toolkit/components/osfile/tests/xpcshell/xpcshell.ini b/toolkit/components/osfile/tests/xpcshell/xpcshell.ini index 6f0f370587a2..c8efff08f3f8 100644 --- a/toolkit/components/osfile/tests/xpcshell/xpcshell.ini +++ b/toolkit/components/osfile/tests/xpcshell/xpcshell.ini @@ -34,6 +34,7 @@ requesttimeoutfactor = 4 [test_telemetry.js] [test_duration.js] [test_read_write.js] +requesttimeoutfactor = 4 [test_compression.js] [test_osfile_writeAtomic_backupTo_option.js] [test_osfile_writeAtomic_zerobytes.js]