Skip to content

Commit 4c84cca

Browse files
committed
fix
1 parent da337f0 commit 4c84cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_tuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def test_stop_tuning_job(sagemaker_session, cpu_instance_type):
507507
)
508508

509509
tuning_job_name = unique_name_from_base("test-randomcutforest", max_length=32)
510-
tuner.fit([records, test_records], tuning_job_name)
510+
tuner.fit([records, test_records], tuning_job_name, wait=False)
511511

512512
time.sleep(15)
513513

0 commit comments

Comments
 (0)