Skip to content

Commit

Permalink
increase test wait
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jan 9, 2025
1 parent 57b3de0 commit bba0a71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-prism-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ jobs:
run: |
nohup python -m waitress --host=127.0.0.1 --port=8080 --threads 32 prism:app &
sleep 20 # 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
- name: Build and Start Server with Docker
- name: Build and Start app with Docker
working-directory: ${{ env.WORKING_DIR }}
if: matrix.deployment == 'docker'
run: |
Expand All @@ -91,7 +92,8 @@ jobs:
-e AVS_PORT=5000 \
-e AVS_HOST=aerospike-vector-search \
prism
sleep 20 # Wait for the server to be ready
sleep 40 # Wait for the server to be ready
# TODO come up with a better/faster way to wait for the server to be ready
# Verify Chrome and ChromeDriver Installation
- name: Verify Chrome and ChromeDriver
Expand Down

0 comments on commit bba0a71

Please sign in to comment.