diff options
author | jashoo <jashoo@microsoft.com> | 2016-06-21 09:35:02 -0700 |
---|---|---|
committer | jashoo <jashoo@microsoft.com> | 2016-06-21 10:03:45 -0700 |
commit | 151e16c65c982032858c9d72a72aedda25b9e5d3 (patch) | |
tree | b8330bcf84d5e5b86434b533e4c21422f0482e82 /tests/runtest.cmd | |
parent | a576c83b0401fcfcc9e47e5cd3dcbe4c13871f58 (diff) | |
download | coreclr-151e16c65c982032858c9d72a72aedda25b9e5d3.tar.gz coreclr-151e16c65c982032858c9d72a72aedda25b9e5d3.tar.bz2 coreclr-151e16c65c982032858c9d72a72aedda25b9e5d3.zip |
Up the default timeout for GCStress
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r-- | tests/runtest.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
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. |