From ca78bc6be5beea6ee12817b057f837e340e5109b Mon Sep 17 00:00:00 2001 From: Wes Galbraith Date: Wed, 9 Feb 2022 03:52:26 -0700 Subject: [PATCH] Increase wait time between opensearch pings when calling wait for opensearch script --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dcfb472..69dc576 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,5 +51,5 @@ jobs: OPENSEARCH_PORT: 9200 PYTHONPATH: ./flask_opensearch run: | - python ./scripts/wait_for_opensearch.py --skip-prompts --number-tries=10 + python ./scripts/wait_for_opensearch.py --skip-prompts --number-tries=10 --seconds=10 pytest -vvv