Significantly increase timeout to see if it makes a difference for Bug 814535 and bug 774014 - Intermittent test_0203_app_launch_apply_update.js, test_0203_app_launch_apply_update_svc.js Intermittent test_0201_app_launch_apply_update.js, test_0201_app_launch_apply_update_svc.js | launch application timer expired. r=bbondy

This commit is contained in:
Robert Strong 2013-01-28 12:23:27 -08:00
parent 6c87bd7e6a
commit fef84673e2
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ const MAX_TIMEOUT_RUNS = 300;
// Maximum number of milliseconds the process that is launched can run before
// the test will try to kill it.
const APP_TIMER_TIMEOUT = 20000;
const APP_TIMER_TIMEOUT = 120000;
let gAppTimer;
let gProcess;

View File

@ -26,7 +26,7 @@ const MAX_TIMEOUT_RUNS = 300;
// Maximum number of milliseconds the process that is launched can run before
// the test will try to kill it.
const APP_TIMER_TIMEOUT = 20000;
const APP_TIMER_TIMEOUT = 120000;
let gAppTimer;
let gProcess;

View File

@ -32,7 +32,7 @@ const MAX_TIMEOUT_RUNS = 300;
// Maximum number of milliseconds the process that is launched can run before
// the test will try to kill it.
const APP_TIMER_TIMEOUT = 20000;
const APP_TIMER_TIMEOUT = 120000;
Components.utils.import("resource://gre/modules/ctypes.jsm");

View File

@ -26,7 +26,7 @@ const MAX_TIMEOUT_RUNS = 300;
// Maximum number of milliseconds the process that is launched can run before
// the test will try to kill it.
const APP_TIMER_TIMEOUT = 20000;
const APP_TIMER_TIMEOUT = 120000;
let gAppTimer;
let gProcess;

View File

@ -32,7 +32,7 @@ const MAX_TIMEOUT_RUNS = 300;
// Maximum number of milliseconds the process that is launched can run before
// the test will try to kill it.
const APP_TIMER_TIMEOUT = 20000;
const APP_TIMER_TIMEOUT = 120000;
Components.utils.import("resource://gre/modules/ctypes.jsm");