Bug 762032 - Increase the amount of time we wait for the helper application to finish running in the updater tests; r=rstrong

This commit is contained in:
Ehsan Akhgari 2012-06-11 10:36:21 -04:00
parent dc30fd5458
commit 4be95f94ff

View File

@ -102,7 +102,7 @@ var gBackgroundUpdate = false;
var gSwitchApp = false;
// Time to wait for the test helper process before continuing the test
const TEST_HELPER_TIMEOUT = 100;
const TEST_HELPER_TIMEOUT = 1000;
// Use a copy of the main application executable for the test to avoid main
// executable in use errors.