[acceptance-tests] Increase individual timeout of profiler stress tests to 8 hours.
authorAlex Rønne Petersen <alex@alexrp.com>
Tue, 18 Jul 2017 08:04:29 +0000 (10:04 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2017 08:04:29 +0000 (10:04 +0200)
fsharp, roslyn, and msbiology take a very long time to run on ARM. Hopefully this is enough.

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);