Skip to content

Commit ca32148

Browse files
author
Bingqin Zhou
committed
Add comments about sleeping time in integration test docker container.
1 parent 9798333 commit ca32148

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kcbq-connector/test/docker/connect/connect-docker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ connect-standalone \
2020
/etc/kafka-connect-bigquery/standalone.properties \
2121
/etc/kafka-connect-bigquery/connector.properties &
2222

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

0 commit comments

Comments
 (0)