pan3793 commented on a change in pull request #1315:
URL: https://github.com/apache/incubator-kyuubi/pull/1315#discussion_r739286303



##########
File path: 
kyuubi-server/src/test/scala/org/apache/kyuubi/server/api/v1/SessionsResourceSuite.scala
##########
@@ -86,19 +88,20 @@ class SessionsResourceSuite extends KyuubiFunSuite {
 
         val sessionManager = restFrontendService.be.sessionManager
         val future = sessionManager.submitBackgroundOperation(() => {
-          Thread.sleep(3000)
+          Thread.sleep(2000)

Review comment:
       Make sense, we can decrease the sleep time to 1000ms and check interval 
to 200ms




-- 
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]


Reply via email to