Merge pull request #4803 from nextcloud/postgres-sleep

Add 10 seconds sleep time after postgres startup
This commit is contained in:
Morris Jobke 2017-05-11 09:03:46 -05:00 committed by GitHub
commit 31128ec52b
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ function execute_tests {
echo "[ERROR] Waited 60 seconds, no response" >&2
exit 1
fi
echo "Give it 10 additional seconds ..."
sleep 10
if [ -z "$DRONE" ] ; then # no need to drop the DB when we are on CI
dropdb -U "$DATABASEUSER" "$DATABASENAME" || true