X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=acceptance-tests%2Fprofiler-stress%2Frunner.cs;fp=acceptance-tests%2Fprofiler-stress%2Frunner.cs;h=2846c77cb49dc4659af49d4ca9bd49dfa43da574;hb=8b53bbfa5f58477d3b091e08030e55607caaad2b;hp=3cb7ad2a33311855e198e481aa6a615fb4eea604;hpb=e0c549679a3118158f81c294244fc89e469bb600;p=mono.git diff --git a/acceptance-tests/profiler-stress/runner.cs b/acceptance-tests/profiler-stress/runner.cs index 3cb7ad2a333..2846c77cb49 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 (10); static string FilterInvalidXmlChars (string text) { return Regex.Replace (text, @"[^\x09\x0A\x0D\x20-\uD7FF\uE000-\uFFFD\u10000-\u10FFFF]", string.Empty);