From 1690d12f0e571c5a9a220503a78889795a1c12a9 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 22 Apr 2013 17:30:10 +0000 Subject: 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) --- UnitTesting/RuniOSUnitTestsUnderSimulator.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'UnitTesting') diff --git a/UnitTesting/RuniOSUnitTestsUnderSimulator.sh b/UnitTesting/RuniOSUnitTestsUnderSimulator.sh index 19c41d3..9bda002 100755 --- a/UnitTesting/RuniOSUnitTestsUnderSimulator.sh +++ b/UnitTesting/RuniOSUnitTestsUnderSimulator.sh @@ -35,9 +35,7 @@ GTM_SIMULATOR_SDK_VERSION=${GTM_SIMULATOR_SDK_VERSION:=default} # 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 -- cgit v1.2.3