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 <alexrp@xamarin.com>2017-07-22 15:35:33 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2017-07-22 15:35:33 +0300
commitf0e6bd2f9637927bc0e93f1f84eea2e7741da690 (patch)
tree56b8f37c84cf8216c4272e805319e11249773f01 /acceptance-tests
parentb7e4f0c0b96f9d73ee5a2edf65fdcc1d01f64c8f (diff)
[acceptance-tests] Set individual timeout for profiler stress tests back to 8 hours.
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 858aed32c41..ace091b4207 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 (24);
+ static readonly TimeSpan _timeout = TimeSpan.FromHours (8);
static readonly Dictionary<string, Action<TestResult>> _processors = new Dictionary<string, Action<TestResult>> () {
{ "msbiology", Process32BitOutOfMemory },