Skip to content

Commit

Permalink
add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Dec 29, 2023
1 parent 5397607 commit 904bffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e_test/iceberg/test_case/cdc/load.slt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ CREATE SINK s1 AS select * from products WITH (
statement ok
flush;

sleep 10s

query I
select count(*) from products;
----
Expand Down

0 comments on commit 904bffa

Please sign in to comment.