Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9cc28ff

Browse files
committedSep 20, 2017
[travis] Give postgres some time to start
1 parent 2f9a9dc commit 9cc28ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.ci/travis/linux/docker-build-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ccache -z
1414

1515
cd /root/QGIS
1616

17-
#sleep 20
17+
sleep 2
1818

1919
printf "[qgis_test]\nhost=postgres\nport=5432\ndbname=qgis_test\nuser=docker\npassword=docker" > ~/.pg_service.conf
2020
export PGUSER=docker

0 commit comments

Comments
 (0)
Please sign in to comment.