Skip to content
Snippets Groups Projects
Commit a2ce1003 authored by juanf's avatar juanf
Browse files

SP-700 SWE-28: Flaky test fix - Grandma Debugging.

SVN: 29342
parent 05d97d39
No related branches found
No related tags found
No related merge requests found
...@@ -195,6 +195,7 @@ public class InactivityMonitorTest ...@@ -195,6 +195,7 @@ public class InactivityMonitorTest
@Test(groups = "slow", retryAnalyzer = Retry10.class) @Test(groups = "slow", retryAnalyzer = Retry10.class)
public void testInactivityMultipleTimes() throws Throwable public void testInactivityMultipleTimes() throws Throwable
{ {
System.out.println("InactivityMonitory - testInactivityMultipleTimes - Retry");
// Wait for system to become quiet to get more accurate measurement. // Wait for system to become quiet to get more accurate measurement.
ConcurrencyUtilities.sleep(300L); ConcurrencyUtilities.sleep(300L);
final String descriptionOfInactivity = "DESCRIPTION"; final String descriptionOfInactivity = "DESCRIPTION";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment