Skip to content

Commit

Permalink
longer check_sync_diff timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yu <yuping@pingcap.com>
  • Loading branch information
pingyu committed Jan 24, 2024
1 parent dc0db93 commit e54141f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cdc/tests/integration_tests/flow_control/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ EOF
fi
fi

check_sync_diff $WORK_DIR $UP_PD $DOWN_PD
# As "per-changefeed-memory-quota" is low the syncing will cost more time.
check_sync_diff $WORK_DIR $UP_PD $DOWN_PD 200

export GO_FAILPOINTS=''
cleanup_process $CDC_BINARY
Expand Down

0 comments on commit e54141f

Please sign in to comment.