File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ echo 'Start databend-query node-1'
102102nohup env RUST_BACKTRACE=1 target/${BUILD_PROFILE} /databend-query -c scripts/ci/deploy/config/databend-query-node-1.toml --internal-enable-sandbox-tenant > ./.databend/query-1.out 2>&1 &
103103
104104echo " Waiting on node-1..."
105- python3 scripts/ci/wait_tcp.py --timeout 30 --port 9091
105+ python3 scripts/ci/wait_tcp.py --timeout 50 --port 9091
106106
107107echo ' Start databend-query node-2'
108108env " RUST_BACKTRACE=1" nohup target/${BUILD_PROFILE} /databend-query -c scripts/ci/deploy/config/databend-query-node-2.toml --internal-enable-sandbox-tenant > ./.databend/query-2.out 2>&1 &
109109
110110echo " Waiting on node-2..."
111- python3 scripts/ci/wait_tcp.py --timeout 30 --port 9092
111+ python3 scripts/ci/wait_tcp.py --timeout 50 --port 9092
112112
113113echo " Started 2-node cluster with history tables enabled..."
114114
You can’t perform that action at this time.
0 commit comments