Revision: 610
Author: gtm.daemon
Date: Mon Apr 22 10:30:10 2013
Log: Increase the default timeout in the hope it works around problems
testing
on VMs where it seems the newer simulator is taking longer to start.
Drop a TODO that the 10.8 defaults daemon is gonna make near impossible.
DELTA=3 (0 added, 2 deleted, 1 changed)
http://code.google.com/p/google-toolbox-for-mac/source/detail?r=610
Modified:
/trunk/UnitTesting/RuniOSUnitTestsUnderSimulator.sh
=======================================
--- /trunk/UnitTesting/RuniOSUnitTestsUnderSimulator.sh Fri Mar 1 08:00:18
2013
+++ /trunk/UnitTesting/RuniOSUnitTestsUnderSimulator.sh Mon Apr 22 10:30:10
2013
@@ -35,9 +35,7 @@
# GTM_SIMULATOR_START_TIMEOUT
# Controls the simulator startup timeout. Things like machine load,
running
# on a VM, etc.; can cause the startup to take longer.
-GTM_SIMULATOR_START_TIMEOUT=${GTM_SIMULATOR_START_TIMEOUT:=60}
-
-# TODO(tvl): Add a variable for the simulator user dir.
+GTM_SIMULATOR_START_TIMEOUT=${GTM_SIMULATOR_START_TIMEOUT:=120}
# GTM_ENABLE_LEAKS -
# Set to a non-zero value to turn on the leaks check. You will probably
want