From b450fc55d0843bb62d87b8f1ff658b5febee72fc Mon Sep 17 00:00:00 2001 From: Zixiong Liu Date: Wed, 12 May 2021 20:36:16 +0800 Subject: [PATCH] stabilize integration test --- tests/unified_sorter_sort_dir_conflict/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unified_sorter_sort_dir_conflict/run.sh b/tests/unified_sorter_sort_dir_conflict/run.sh index 72deb926919..3e1e29764ee 100644 --- a/tests/unified_sorter_sort_dir_conflict/run.sh +++ b/tests/unified_sorter_sort_dir_conflict/run.sh @@ -58,7 +58,7 @@ function prepare() { run_sql "CREATE table test.simple3(id int primary key, val int);" run_sql "CREATE table test.simple4(id int primary key, val int);" - sleep 10 + sleep 20 # starts the first second server instance. It should fail, and bring down the changefeed run_cdc_server --workdir $WORK_DIR --binary $CDC_BINARY --addr "127.0.0.1:8301" --logsuffix 2 --sort-dir /tmp/cdc_sort_1