[acceptance-tests] Set individual timeout for profiler stress tests back to 8 hours.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Sat, 22 Jul 2017 12:35:33 +0000 (14:35 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Sat, 22 Jul 2017 12:35:33 +0000 (14:35 +0200)
acceptance-tests/profiler-stress/runner.cs

index 858aed32c4176b34928d76d6e70aa9c1d2c89a01..ace091b42076b8b4e643130667ae3de92f4d544c 100644 (file)
@@ -57,7 +57,7 @@ namespace Mono.Profiling.Tests.Stress {
                        "jit",
                };
 
-               static readonly TimeSpan _timeout = TimeSpan.FromHours (24);
+               static readonly TimeSpan _timeout = TimeSpan.FromHours (8);
 
                static readonly Dictionary<string, Action<TestResult>> _processors = new Dictionary<string, Action<TestResult>> () {
                        { "msbiology", Process32BitOutOfMemory },