[acceptance-tests] Further increase the individual test timeout in the profiler stres...
authorAlex Rønne Petersen <alex@alexrp.com>
Wed, 19 Jul 2017 19:32:21 +0000 (21:32 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2017 19:32:21 +0000 (21:32 +0200)
It seems ironjs-v8 takes even longer to run on ARM than fsharp, msbiology, and roslyn.

acceptance-tests/profiler-stress/runner.cs

index 3cb7ad2a33311855e198e481aa6a615fb4eea604..2846c77cb49dc4659af49d4ca9bd49dfa43da574 100644 (file)
@@ -57,7 +57,7 @@ namespace Mono.Profiling.Tests.Stress {
                        "jit",
                };
 
-               static readonly TimeSpan _timeout = TimeSpan.FromHours (8);
+               static readonly TimeSpan _timeout = TimeSpan.FromHours (10);
 
                static string FilterInvalidXmlChars (string text) {
                        return Regex.Replace (text, @"[^\x09\x0A\x0D\x20-\uD7FF\uE000-\uFFFD\u10000-\u10FFFF]", string.Empty);