We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184da8a commit e942fb3Copy full SHA for e942fb3
.github/workflows/test.yml
@@ -87,7 +87,7 @@ jobs:
87
( for i in {1..30}; do
88
echo "----- $(date) -----"
89
psql "postgres://postgres:@localhost:5432/postgres" -c "TABLE caddy_locks;" || true
90
- sleep 1
+ sleep 0.2
91
done ) &
92
93
# Wait for the test domain to be ready on 443
0 commit comments