Skip to content

Commit

Permalink
Add comments about sleeping time in integration test docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bingqin Zhou committed Feb 26, 2020
1 parent 9798333 commit ca32148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kcbq-connector/test/docker/connect/connect-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ connect-standalone \
/etc/kafka-connect-bigquery/standalone.properties \
/etc/kafka-connect-bigquery/connector.properties &

# Time (seconds) to wait for the process for inserting rows into BigQuery to be done.
# This time can be adjusted if necessary.
sleep 180
kill $!

0 comments on commit ca32148

Please sign in to comment.