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-19 22:32:21 +0300
committerGitHub <noreply@github.com>2017-07-19 22:32:21 +0300
commit8b53bbfa5f58477d3b091e08030e55607caaad2b (patch)
tree712b6dad976e200f0f6c07aba23507d01bb140ae /acceptance-tests/profiler-stress
parente0c549679a3118158f81c294244fc89e469bb600 (diff)
[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.
Diffstat (limited to 'acceptance-tests/profiler-stress')
-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 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);