Skip to content

Commit 7d8e99a

Browse files
committed
bug fix in trainer_test
1 parent 18cc773 commit 7d8e99a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/trainer/trainer_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ def test_trainer(self):
780780
print(f"Checkpoint check at {state_dict_iteration} iteration passed.")
781781

782782
time.sleep(1)
783+
trainer_process.join()
783784

784785
def tearDown(self):
785786
# remove dir only when the test passed

0 commit comments

Comments
 (0)