From 151e16c65c982032858c9d72a72aedda25b9e5d3 Mon Sep 17 00:00:00 2001 From: jashoo Date: Tue, 21 Jun 2016 09:35:02 -0700 Subject: Up the default timeout for GCStress --- tests/runtest.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtest.cmd') diff --git a/tests/runtest.cmd b/tests/runtest.cmd index ea5798e47b..fca99f3ce3 100644 --- a/tests/runtest.cmd +++ b/tests/runtest.cmd @@ -67,7 +67,7 @@ if /i "%1" == "GenerateLayoutOnly" (set __GenerateLayoutOnly=1&set __SkipWrap if /i "%1" == "PerfTests" (set __PerfTests=true&set __SkipWrapperGeneration=true&shift&goto Arg_Loop) if /i "%1" == "runcrossgentests" (set RunCrossGen=true&shift&goto Arg_Loop) REM change it to COMPlus_GCStress when we stop using xunit harness -if /i "%1" == "gcstresslevel" (set __GCSTRESSLEVEL=%2&shift&shift&goto Arg_Loop) +if /i "%1" == "gcstresslevel" (set __GCSTRESSLEVEL=%2&set __TestTimeout=1800000&shift&shift&goto Arg_Loop) if /i not "%1" == "msbuildargs" goto SkipMsbuildArgs :: All the rest of the args will be collected and passed directly to msbuild. -- cgit v1.2.3