Commit 9dace00a authored by Boxiang Sun's avatar Boxiang Sun

peertube: test fixup

parent 7565bcdd
Pipeline #25152 passed with stage
in 0 seconds
......@@ -54,4 +54,4 @@ md5sum = e50daa16a2c1866997933981bed45271
[template-peertube-restore-script]
filename = template-peertube-restore.sh.in
md5sum = 0b35d69cd3cc3602c9b66f1e1baaf719
md5sum = 8624322f998003d172aad333d36bab93
......@@ -70,7 +70,7 @@ echo "Ready to check postgresql is running..."
# initial db setup
# ( first quering PG several times waiting a bit till postgresql is started and ready )
tpgwait=10
tpgwait=60
while true; do
pgtables="$(psql -c '\d' 2>&1)" && break
tpgwait=$(( $tpgwait - 1 ))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment