From f0e6bd2f9637927bc0e93f1f84eea2e7741da690 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 22 Jul 2017 14:35:33 +0200 Subject: [PATCH] [acceptance-tests] Set individual timeout for profiler stress tests back to 8 hours. --- acceptance-tests/profiler-stress/runner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> _processors = new Dictionary> () { { "msbiology", Process32BitOutOfMemory }, -- 2.25.1