Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-05-11 05:37:09 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-05-11 05:37:09 +0300
commitca62984b8c659268c3bab4a4891fa4624a434bff (patch)
tree4cbf16a27aea3bcfe130183fe65b11d2c6209d06 /autotest.sh
parentaffa8d07cab3617e7f2101e3b81a212fa86ab832 (diff)
Add 10 seconds sleep time after postgres startup
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autotest.sh b/autotest.sh
index b9058efdbc6..b00946d0c02 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -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