Skip to content

Commit 48a8d8e

Browse files
committed
test(logging): extend history startup timeout
1 parent c17d777 commit 48a8d8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/logging/test-history-tables.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ echo 'Start databend-query node-1'
102102
nohup 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

104104
echo "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

107107
echo 'Start databend-query node-2'
108108
env "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

110110
echo "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

113113
echo "Started 2-node cluster with history tables enabled..."
114114

0 commit comments

Comments
 (0)