Followup possible fix for Bug 814535 and Bug 774014 - Intermittent test_0201_app_launch_apply_update* and test_0203_app_launch_apply_update* | launch application timer expired. r=bbondy, a=test-only

This commit is contained in:
Robert Strong 2013-01-13 00:46:41 -08:00
parent 2ace813fb4
commit 3ae4f9de83

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 = 15000;
const APP_TIMER_TIMEOUT = 20000;
Components.utils.import("resource://gre/modules/ctypes.jsm");