Skip to content

Commit 186232f

Browse files
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent c01c4cd commit 186232f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/1.synthetic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sudo docker run \
2020
--detach \
2121
postgres:12-alpine
2222

23-
while true; do
23+
for i in {1..300}; do
2424
sudo docker exec -it dblab_pg_initdb psql -U postgres -c 'select' && break
2525
sleep 1
2626
done

0 commit comments

Comments
 (0)