[acceptance-tests] Increase the profiler-stress timeout to 9 hours.
authorAlex Rønne Petersen <alex@alexrp.com>
Sat, 12 Aug 2017 14:37:03 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Aug 2017 14:37:03 +0000 (16:37 +0200)
msbiology seems to take longer than 8 hours on 32-bit OS X.

acceptance-tests/profiler-stress/runner.cs

index e5d44e68b4ac391c7ebd8a40d494e2ec202f56a1..e4a609b995f259e5cb45c144fb1a3b0076fc8fe5 100644 (file)
@@ -57,7 +57,7 @@ namespace Mono.Profiling.Tests.Stress {
                        "jit",
                };
 
-               static readonly TimeSpan _timeout = TimeSpan.FromHours (8);
+               static readonly TimeSpan _timeout = TimeSpan.FromHours (9);
 
                static readonly Dictionary<string, Predicate<Benchmark>> _filters = new Dictionary<string, Predicate<Benchmark>> {
                        { "ironjs-v8", FilterArmArchitecture },