Skip to content

Commit

Permalink
Increase wait time between opensearch pings when calling wait for ope…
Browse files Browse the repository at this point in the history
…nsearch script
  • Loading branch information
galbwe committed Feb 9, 2022
1 parent 02b303d commit ca78bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca78bc6

Please sign in to comment.