From e54141fbfad47505b315d04e57f9b7cb54ca2901 Mon Sep 17 00:00:00 2001 From: Ping Yu Date: Wed, 24 Jan 2024 12:26:21 +0800 Subject: [PATCH] longer check_sync_diff timeout Signed-off-by: Ping Yu --- cdc/tests/integration_tests/flow_control/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cdc/tests/integration_tests/flow_control/run.sh b/cdc/tests/integration_tests/flow_control/run.sh index 3b29b042..a434e021 100644 --- a/cdc/tests/integration_tests/flow_control/run.sh +++ b/cdc/tests/integration_tests/flow_control/run.sh @@ -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