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
Родитель 6c87bd7e6a
Коммит fef84673e2
5 изменённых файлов: 5 добавлений и 5 удалений

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

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