Skip to content

Commit 77306a5

Browse files
authored
DEVX-2783: increase sleep before ksqldb queries from 30s to 60s. (#1188)
* DEVX-2783: increase sleep before ksqldb queries from 30s to 60s. Prior to this change, ksqlDB queries were failing fairly often due to connectors not yet registering a schema. * Updated printf to match sleep 60.
1 parent e3da010 commit 77306a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cp-quickstart/start-cloud.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ ccloud::create_connector connectors/ccloud-datagen-pageviews.json || exit 1
8181
ccloud::create_connector connectors/ccloud-datagen-users.json || exit 1
8282
ccloud::wait_for_connector_up connectors/ccloud-datagen-pageviews.json 300 || exit 1
8383
ccloud::wait_for_connector_up connectors/ccloud-datagen-users.json 300 || exit 1
84-
printf "\nSleeping 30 seconds to give the Datagen Source Connectors a chance to start producing messages\n"
85-
sleep 30
84+
printf "\nSleeping 60 seconds to give the Datagen Source Connectors a chance to start producing messages\n"
85+
sleep 60
8686

8787
printf "\n====== Setting up ksqlDB\n"
8888

0 commit comments

Comments
 (0)