tqchen commented on a change in pull request #7961:
URL: https://github.com/apache/tvm/pull/7961#discussion_r625323930



##########
File path: python/tvm/rpc/tracker.py
##########
@@ -427,11 +461,14 @@ def terminate(self):
         if self.proc:
             if self.proc.is_alive():
                 self._stop_tracker()
-                self.proc.join(1)
+            self.proc.join(0.1)

Review comment:
       to make sure the wait time is shorter, since in most cases there are wait




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

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


Reply via email to