We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a605c commit a47faebCopy full SHA for a47faeb
tests/integ/test_experiments_analytics.py
@@ -35,6 +35,7 @@ def experiment(sagemaker_session):
35
sm.associate_trial_component(
36
TrialComponentName=trial_component_name, TrialName=trial_name
37
)
38
+ time.sleep(1)
39
40
time.sleep(15) # wait for search to get updated
41
@@ -87,6 +88,7 @@ def experiment_with_artifacts(sagemaker_session):
87
88
89
90
91
92
93
94
0 commit comments