зеркало из https://github.com/nextcloud/travis_ci.git
Merge pull request #10 from nextcloud/revert-9-increase-timeout-for-postgres
Revert "Adjust the timeout for postgres to the one of mysql"
This commit is contained in:
Коммит
c4c5742cc8
|
@ -44,8 +44,8 @@ if [ "$DB" == "pgsql" ] ; then
|
|||
createuser -U travis -s oc_autotest
|
||||
else
|
||||
echo "Waiting for Postgres to be available ..."
|
||||
if ! ../server/apps/files_external/tests/env/wait-for-connection $DATABASEHOST 5432 600; then
|
||||
echo "[ERROR] Waited 600 seconds for $DATABASEHOST, no response" >&2
|
||||
if ! ../server/apps/files_external/tests/env/wait-for-connection $DATABASEHOST 5432 60; then
|
||||
echo "[ERROR] Waited 60 seconds for $DATABASEHOST, no response" >&2
|
||||
exit 1
|
||||
fi
|
||||
echo "Give it 10 additional seconds ..."
|
||||
|
|
Загрузка…
Ссылка в новой задаче