Skip to content

Commit b6e5569

Browse files
author
Phil Varner
committed
sleep
1 parent 35af91d commit b6e5569

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ jobs:
5656
- name: Install elasticsearch stac-fastapi
5757
run: |
5858
pip install ./stac_fastapi/elasticsearch[dev,server]
59-
59+
60+
- run: |
61+
sleep 45
62+
6063
- name: Run test suite against Elasticsearch 7.x
6164
run: |
6265
cd stac_fastapi/elasticsearch && pipenv run pytest -svvv

0 commit comments

Comments
 (0)