Skip to content

Commit

Permalink
[Hotfix][Testing] Wait for RPCServer to be established (#9150)
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored Sep 30, 2021
1 parent fafd164 commit 677f2d4
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 677f2d4

Please sign in to comment.