Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2019-05-23 12:48:46 +0300
committerLluis Sanchez <llsan@microsoft.com>2019-05-23 12:48:46 +0300
commitfee6b9fed236569f76f26ba8e728bb130c333ea0 (patch)
tree9b17778f2bada41fff3a7a1edb40a7b23a321238
parent39c3cce90baf3dd076b188f5c2521ca7e387189a (diff)
Increase test timeoutslluis-test-1
-rw-r--r--main/tests/StressTest/MonoDevelop.StressTest/StressTestApp.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/StressTest/MonoDevelop.StressTest/StressTestApp.cs b/main/tests/StressTest/MonoDevelop.StressTest/StressTestApp.cs
index 9d7194b025..43e39c98d2 100644
--- a/main/tests/StressTest/MonoDevelop.StressTest/StressTestApp.cs
+++ b/main/tests/StressTest/MonoDevelop.StressTest/StressTestApp.cs
@@ -77,7 +77,7 @@ namespace MonoDevelop.StressTest
TestService.Session.DebugObject = new UITestDebug ();
- TestService.Session.WaitForElement (IdeQuery.DefaultWorkbench);
+ TestService.Session.WaitForElement (IdeQuery.DefaultWorkbench, 10000);
leakProcessor = new LeakProcessor (scenario, ProfilerOptions);