Skip to content

Commit

Permalink
wait longer after app starts
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jan 9, 2025
1 parent 4b0be08 commit f46156c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-prism-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
AVS_PORT: 5555
run: |
nohup python -m waitress --host=127.0.0.1 --port=8080 --threads 32 prism:app &
sleep 30 # Wait for the server to be ready
sleep 60 # Wait for the server to be ready
# TODO come up with a better/faster way to wait for the server to be ready
# Build and run Docker container
Expand All @@ -86,7 +86,7 @@ jobs:
-e AVS_PORT=5000 \
-e AVS_HOST=aerospike-vector-search \
prism
sleep 30 # Wait for the server to be ready
sleep 60 # Wait for the server to be ready
# TODO come up with a better/faster way to wait for the server to be ready
# Run Pytest tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-quote-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
AVS_PORT: 5555
run: |
nohup python -m waitress --host=127.0.0.1 --port=8080 --threads 32 quote_search:app &
sleep 30 # Wait for the server to be ready
sleep 60 # Wait for the server to be ready
# TODO come up with a better/faster way to wait for the server to be ready
# Build and run Docker container
Expand Down

0 comments on commit f46156c

Please sign in to comment.