diff --git a/src/tests/profiler/multiple/multiple.cs b/src/tests/profiler/multiple/multiple.cs index aa0388fa0eb293..871217a890a6b7 100644 --- a/src/tests/profiler/multiple/multiple.cs +++ b/src/tests/profiler/multiple/multiple.cs @@ -35,9 +35,9 @@ public static int RunTest(String[] args) } Console.WriteLine("Waiting for profilers to all detach"); - if (!_profilerDone.WaitOne(TimeSpan.FromMinutes(5))) + if (!_profilerDone.WaitOne(TimeSpan.FromMinutes(10))) { - Console.WriteLine("Profiler did not set the callback, test will fail."); + Console.WriteLine("Test timed out waiting for the profilers to set the callback, test will fail."); } return 100;