[acceptance-tests] Set individual timeout for profiler stress tests back to 8 hours.
[mono.git] / 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 },