[acceptance-tests] Temporarily increase the profiler stress timeout to 24 hours.
authorAlex Rønne Petersen <alex@alexrp.com>
Fri, 21 Jul 2017 09:12:58 +0000 (11:12 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jul 2017 09:12:58 +0000 (11:12 +0200)
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.

acceptance-tests/profiler-stress/runner.cs

index bb03a946e7443be018cc16b600c82dc288245c4f..858aed32c4176b34928d76d6e70aa9c1d2c89a01 100644 (file)
@@ -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 },