Skip to content

Commit 785f5d8

Browse files
committed
2 parents 0a509b6 + c75a818 commit 785f5d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

connect/connect-jdbc-aws-redshift-source/redshift-jdbc-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ playground connector create-or-update --connector redshift-jdbc-source << EOF
124124
}
125125
EOF
126126

127-
sleep 30
127+
sleep 60
128128

129129
log "Verifying topic redshift-customers"
130130
playground topic consume --topic redshift-customers --min-expected-messages 5 --timeout 60

connect/connect-jdbc-azure-synapse-analytics-source/jdbc-azure-synapse-analytics-source.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ playground connector create-or-update --connector jdbc-synapse-source << EOF
142142
}
143143
EOF
144144

145-
sleep 5
145+
sleep 15
146146

147-
playground topic consume --topic synapse-customers --min-expected-messages 4
147+
playground topic consume --topic synapse-customers --min-expected-messages 4

0 commit comments

Comments
 (0)