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-21 12:12:58 +0300
committerGitHub <noreply@github.com>2017-07-21 12:12:58 +0300
commiteb0209be29f9ada832722c3e231a9cb731e8a2bc (patch)
tree6201853785c81bb1fedc7e8a08823f6c08abada2 /acceptance-tests
parentd26e9c18e8f8264b68eb662ba0193352e03ee052 (diff)
[acceptance-tests] Temporarily increase the profiler stress timeout to 24 hours.
This is temporary and is just to see how long ironjs-v8 actually takes to complete on ARM. We may need to just exclude it there.
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 bb03a946e74..858aed32c41 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 (10);
+ static readonly TimeSpan _timeout = TimeSpan.FromHours (24);
static readonly Dictionary<string, Action<TestResult>> _processors = new Dictionary<string, Action<TestResult>> () {
{ "msbiology", Process32BitOutOfMemory },