Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / 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 },