From 3ae4f9de83e0c3f94f8e7f6fc6d05d19914b0f26 Mon Sep 17 00:00:00 2001 From: Robert Strong Date: Sun, 13 Jan 2013 00:46:41 -0800 Subject: [PATCH] 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 --- .../test_svc/unit/test_0203_app_launch_apply_update_svc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/mozapps/update/test_svc/unit/test_0203_app_launch_apply_update_svc.js b/toolkit/mozapps/update/test_svc/unit/test_0203_app_launch_apply_update_svc.js index 3e44b9b2cd3..b628fbcfa1c 100644 --- a/toolkit/mozapps/update/test_svc/unit/test_0203_app_launch_apply_update_svc.js +++ b/toolkit/mozapps/update/test_svc/unit/test_0203_app_launch_apply_update_svc.js @@ -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");