Przeglądaj źródła

Add 10 seconds sleep time after postgres startup

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v12.0.0beta3
Morris Jobke 7 lat temu
rodzic
commit
ca62984b8c
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      autotest.sh

+ 2
- 0
autotest.sh Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz