Skip to content

Commit

Permalink
Retry Docker setup more times and wait longer (#19136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Neale authored and nubtron committed Nov 26, 2024
1 parent d1b5391 commit 2820e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions envoy/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ def dd_environment():
build=True,
endpoints="{}/stats".format(URL),
log_patterns=['front-envoy(.*?)all dependencies initialized. starting workers'],
sleep=10,
attempts=5,
attempts_wait=10,
):
# Exercising envoy a bit will trigger extra metrics
requests.get('http://{}:8000/service/1'.format(HOST))
Expand Down
2 changes: 2 additions & 0 deletions sap_hana/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def dd_environment(schema="SYS_DATABASES"):
env_vars={'PASSWORD': ADMIN_CONFIG['password']},
mount_logs=True,
sleep=10,
attempts=5,
attempts_wait=10,
):
yield CONFIG, E2E_METADATA

Expand Down

0 comments on commit 2820e0b

Please sign in to comment.