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:
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