[acceptance-tests] Temporarily increase the profiler stress timeout to 24 hours.
[mono.git] / acceptance-tests / profiler-stress / runner.cs
index bb03a946e7443be018cc16b600c82dc288245c4f..858aed32c4176b34928d76d6e70aa9c1d2c89a01 100644 (file)
@@ -57,7 +57,7 @@ namespace Mono.Profiling.Tests.Stress {
                        "jit",
                };
 
-               static readonly TimeSpan _timeout = TimeSpan.FromHours (10);
+               static readonly TimeSpan _timeout = TimeSpan.FromHours (24);
 
                static readonly Dictionary<string, Action<TestResult>> _processors = new Dictionary<string, Action<TestResult>> () {
                        { "msbiology", Process32BitOutOfMemory },