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 168e37b

Browse files
committedSep 15, 2017
Wait for postgres server to spin up
1 parent 84a1666 commit 168e37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ccache -z
99

1010
cd /root/QGIS
1111

12+
sleep 20
1213

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

0 commit comments

Comments
 (0)
Please sign in to comment.