Skip to content

Commit 9ff4fb6

Browse files
axonasifsagor999
authored andcommitted
refactor: tool-postgres test
1 parent 97cd615 commit 9ff4fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tool-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- stdout.indexOf("(PostgreSQL) 12") != -1
77
- desc: it should serve postgres
88
entrypoint: [bash, -i, -c]
9-
command: [until pg_ctl status; do sleep 1; done && psql -l]
9+
command: [sleep 5; psql -l]
1010
assert:
1111
- stdout.indexOf("List of databases") != -1
1212
- status == 0

0 commit comments

Comments
 (0)