Skip to content

Commit

Permalink
Wait longer for DB to start
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed May 30, 2024
1 parent f8c0230 commit 6e3553c
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 @@ -32,7 +32,7 @@ jobs:
nslookup otherdb.local
# Start the server
docker run --rm --detach -p 8080:8080 -p 9090:9090 --name sqld -e RUST_LOG=sqld=debug,info ghcr.io/tursodatabase/libsql-server:main /bin/sqld --admin-listen-addr 0.0.0.0:9090 --enable-namespaces
sleep 5
sleep 10
curl -sv test-db.local:8080
curl -sv test-otherdb.local:8080
- name: Install system packages for Django's Python test dependencies
Expand Down

0 comments on commit 6e3553c

Please sign in to comment.