diff options
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
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 |