Skip to content

Commit

Permalink
try to fix remote-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Oct 2, 2024
1 parent 815f919 commit 4e84374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_shared_process_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_pool_status(shared_process_pool):
assert pool._total_usage == 0.5
_check_pool_stage_settings(pool, "test_stage", 0.5)

pool.terminate()
pool.stop()
pool.join()
assert pool.status == PoolStatus.SHUTDOWN

Expand Down

0 comments on commit 4e84374

Please sign in to comment.