Skip to content

Commit

Permalink
extend write delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ZENOTME committed Dec 12, 2023
1 parent 7e9f017 commit 360cbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/e2e-iceberg-cdc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mysql --host=mysql --port=3306 -u root -p123456 < ./test_case/cdc/mysql_cdc.sql
# 3. insert new data to mysql
mysql --host=mysql --port=3306 -u root -p123456 < ./test_case/cdc/mysql_cdc_insert.sql

sleep 20
sleep 40

# 4. check change
"$HOME"/.local/bin/poetry run python main.py -t ./test_case/cdc/no_partition_cdc.toml
"$HOME"/.local/bin/poetry run python main.py -t ./test_case/cdc/no_partition_cdc.toml

0 comments on commit 360cbdc

Please sign in to comment.