Skip to content

Commit

Permalink
increase sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Nov 28, 2023
1 parent 6920f1e commit 1c8ab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/run-backfill-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ test_sink_backfill_recovery() {
properties.bootstrap.server = 'localhost:29092',
) FORMAT DEBEZIUM ENCODE JSON;"

sleep 10
sleep 20

# Verify data matches upstream table.
sqllogictest -p 4566 -d dev 'e2e_test/backfill/sink/validate_sink.slt'
Expand Down

0 comments on commit 1c8ab05

Please sign in to comment.