Skip to content

Commit

Permalink
increase wait time again
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <lance6716@gmail.com>
  • Loading branch information
lance6716 committed Aug 1, 2022
1 parent 6989031 commit 5a50980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/tests/many_tables/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function run() {
check_metric $WORKER1_PORT 'lightning_tables{result="success",source_id="mysql-replica-01",state="completed",task="test"}' 1 499 501

# check https://github.com/pingcap/tiflow/issues/5063
check_time=60
check_time=100
sleep 5
while [ $check_time -gt 0 ]; do
syncer_recv_event_num=$(grep '"receive binlog event"' $WORK_DIR/worker1/log/dm-worker.log | wc -l)
Expand Down

0 comments on commit 5a50980

Please sign in to comment.