Skip to content

Commit 50658bf

Browse files
committed
fix: integration test throttling of AssociationTrialComponent
1 parent 9952f88 commit 50658bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def complex_experiment_obj(sagemaker_boto_client):
153153
sagemaker_boto_client.associate_trial_component(
154154
TrialName=trial_obj.trial_name, TrialComponentName=trial_component_obj.trial_component_name
155155
)
156+
time.sleep(0.5)
156157
time.sleep(1.0)
157158
yield experiment_obj
158159
experiment_obj.delete_all(action="--force")

0 commit comments

Comments
 (0)