From: Alex Rønne Petersen Date: Sat, 12 Aug 2017 14:37:03 +0000 (+0200) Subject: [acceptance-tests] Increase the profiler-stress timeout to 9 hours. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=1f635c1532efcc24b0c597b36cf7920e8b64dc38 [acceptance-tests] Increase the profiler-stress timeout to 9 hours. msbiology seems to take longer than 8 hours on 32-bit OS X. --- diff --git a/acceptance-tests/profiler-stress/runner.cs b/acceptance-tests/profiler-stress/runner.cs index e5d44e68b4a..e4a609b995f 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 (9); static readonly Dictionary> _filters = new Dictionary> { { "ironjs-v8", FilterArmArchitecture },