Skip to content

Commit a47faeb

Browse files
authored
infra: lower test TPS for experiment analytics (#2145)
1 parent 17a605c commit a47faeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integ/test_experiments_analytics.py

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def experiment(sagemaker_session):
3535
sm.associate_trial_component(
3636
TrialComponentName=trial_component_name, TrialName=trial_name
3737
)
38+
time.sleep(1)
3839

3940
time.sleep(15) # wait for search to get updated
4041

@@ -87,6 +88,7 @@ def experiment_with_artifacts(sagemaker_session):
8788
sm.associate_trial_component(
8889
TrialComponentName=trial_component_name, TrialName=trial_name
8990
)
91+
time.sleep(1)
9092

9193
time.sleep(15) # wait for search to get updated
9294

0 commit comments

Comments
 (0)