From 8b53bbfa5f58477d3b091e08030e55607caaad2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 19 Jul 2017 21:32:21 +0200 Subject: [PATCH] [acceptance-tests] Further increase the individual test timeout in the profiler stress runner. It seems ironjs-v8 takes even longer to run on ARM than fsharp, msbiology, and roslyn. --- acceptance-tests/profiler-stress/runner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance-tests/profiler-stress/runner.cs b/acceptance-tests/profiler-stress/runner.cs index 3cb7ad2a333..2846c77cb49 100644 --- a/acceptance-tests/profiler-stress/runner.cs +++ b/acceptance-tests/profiler-stress/runner.cs @@ -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); -- 2.25.1