]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add 10 seconds sleep time after postgres startup 4803/head
authorMorris Jobke <hey@morrisjobke.de>
Thu, 11 May 2017 02:37:09 +0000 (21:37 -0500)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 11 May 2017 02:37:09 +0000 (21:37 -0500)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
autotest.sh

index b9058efdbc62860dc92a442e1c271fafc8ff3d6e..b00946d0c026cd0104ecd4ef85d999ef99802559 100755 (executable)
@@ -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