[acceptance-tests] Increase individual timeout of profiler stress tests to 8 hours.
[mono.git] / acceptance-tests / profiler-stress / runner.cs
index ce35b9a4b05632a0530d30f7bc6847deca5b1c44..3cb7ad2a33311855e198e481aa6a615fb4eea604 100644 (file)
@@ -57,7 +57,7 @@ namespace Mono.Profiling.Tests.Stress {
                        "jit",
                };
 
-               static readonly TimeSpan _timeout = TimeSpan.FromHours (6);
+               static readonly TimeSpan _timeout = TimeSpan.FromHours (8);
 
                static string FilterInvalidXmlChars (string text) {
                        return Regex.Replace (text, @"[^\x09\x0A\x0D\x20-\uD7FF\uE000-\uFFFD\u10000-\u10FFFF]", string.Empty);