Skip to content

Commit e942fb3

Browse files
Shorter sleep
1 parent 184da8a commit e942fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
( for i in {1..30}; do
8888
echo "----- $(date) -----"
8989
psql "postgres://postgres:@localhost:5432/postgres" -c "TABLE caddy_locks;" || true
90-
sleep 1
90+
sleep 0.2
9191
done ) &
9292
9393
# Wait for the test domain to be ready on 443

0 commit comments

Comments
 (0)