Skip to content

Commit

Permalink
[Hotfix][Testing] Wait for RPCServer to be established (apache#9150)
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored and ylc committed Jan 7, 2022
1 parent 9d0e512 commit 4eeef61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/meta_schedule/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def __init__(
port=9190,
port_end=12345,
)
time.sleep(0.5)
self.tracker_host = self.tracker.host
self.tracker_port = self.tracker.port
self.tracker_key = tracker_key
Expand Down

0 comments on commit 4eeef61

Please sign in to comment.