Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2017-07-18 11:04:29 +0300
committerGitHub <noreply@github.com>2017-07-18 11:04:29 +0300
commit30c163826c41982157fdf77f2c96634dfc97bb6e (patch)
tree9619f5bb77d57297332b8413a6aebc3eb9f1ea53 /acceptance-tests
parenta8a03515fa5da64ad0857f15283618137437ed88 (diff)
[acceptance-tests] Increase individual timeout of profiler stress tests to 8 hours.
fsharp, roslyn, and msbiology take a very long time to run on ARM. Hopefully this is enough.
Diffstat (limited to 'acceptance-tests')
-rw-r--r--acceptance-tests/profiler-stress/runner.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance-tests/profiler-stress/runner.cs b/acceptance-tests/profiler-stress/runner.cs
index ce35b9a4b05..3cb7ad2a333 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 (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);