Skip to content

Commit

Permalink
mlrun
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Nov 19, 2024
1 parent 902e4e0 commit 7b20751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_busy_wait_for_local_rank_zero(tmp_path):

dist.barrier()
start_time = time.time()
assert os.listdir(gathered_tmp_path) == []
assert os.listdir(gathered_tmp_path) == ['mlruns']
with dist.busy_wait_for_local_rank_zero(gathered_tmp_path):
if dist.get_local_rank() == 0:
time.sleep(0.5)
Expand Down

0 comments on commit 7b20751

Please sign in to comment.