зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
6c87bd7e6a
Коммит
fef84673e2
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче