zuston commented on code in PR #459:
URL: https://github.com/apache/incubator-uniffle/pull/459#discussion_r1064502739


##########
server/src/test/java/org/apache/uniffle/server/ShuffleTaskManagerTest.java:
##########
@@ -753,7 +807,8 @@ public void checkAndClearLeakShuffleDataTest(@TempDir File 
tempDir) throws Excep
     assertTrue(appIdsOnDisk.contains(appId));
 
     // make sure heartbeat timeout and resources are removed
-    Thread.sleep(5000);
+    Awaitility.await().timeout(10, TimeUnit.SECONDS).until(

Review Comment:
   If this is not related with this PR, could you help open another PR to fix 
this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to