Add 10 seconds sleep time after postgres startup
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
affa8d07ca
commit
ca62984b8c
1 changed files with 2 additions and 0 deletions
|
@ -311,6 +311,8 @@ function execute_tests {
|
||||||
echo "[ERROR] Waited 60 seconds, no response" >&2
|
echo "[ERROR] Waited 60 seconds, no response" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo "Give it 10 additional seconds ..."
|
||||||
|
sleep 10
|
||||||
|
|
||||||
if [ -z "$DRONE" ] ; then # no need to drop the DB when we are on CI
|
if [ -z "$DRONE" ] ; then # no need to drop the DB when we are on CI
|
||||||
dropdb -U "$DATABASEUSER" "$DATABASENAME" || true
|
dropdb -U "$DATABASEUSER" "$DATABASENAME" || true
|
||||||
|
|
Loading…
Reference in a new issue