Skip to content

Commit 7be6e45

Browse files
committed
WIP
1 parent 8c5d3ea commit 7be6e45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/manage-test-db.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ gcp_postgres_init() {
116116
chmod +x cloud-sql-proxy
117117
echo $GCP_POSTGRES_KEYFILE_JSON > /tmp/keyfile.json
118118
./cloud-sql-proxy --credentials-file /tmp/keyfile.json $GCP_POSTGRES_INSTANCE_CONNECTION_STRING &
119+
120+
# Wait for proxy to start
121+
sleep 5
119122
}
120123

121124
gcp_postgres_exec() {

0 commit comments

Comments
 (0)