We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9952f88 commit 50658bfCopy full SHA for 50658bf
tests/conftest.py
@@ -153,6 +153,7 @@ def complex_experiment_obj(sagemaker_boto_client):
153
sagemaker_boto_client.associate_trial_component(
154
TrialName=trial_obj.trial_name, TrialComponentName=trial_component_obj.trial_component_name
155
)
156
+ time.sleep(0.5)
157
time.sleep(1.0)
158
yield experiment_obj
159
experiment_obj.delete_all(action="--force")
0 commit comments