summaryrefslogtreecommitdiff
path: root/tests/unit/cluster
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-08-19 00:18:18 +0800
committerGitHub <noreply@github.com>2022-08-18 09:18:18 -0700
commit3a16ad30b7a7918f036b23c6f5cf079c04baab05 (patch)
tree05cde4df7188f3f5af0718bfbe7b89ea378a7b65 /tests/unit/cluster
parent223046ec9a25c1021f8d89a7edd1c4e4ff2c9ad9 (diff)
downloadredis-3a16ad30b7a7918f036b23c6f5cf079c04baab05.tar.gz
Fix CLUSTERDOWN issue in cluster reshard unblock test (#11139)
change the cluster-node-timeout from 1 to 1000
Diffstat (limited to 'tests/unit/cluster')
-rw-r--r--tests/unit/cluster/cli.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/cluster/cli.tcl b/tests/unit/cluster/cli.tcl
index a11767022..6be102309 100644
--- a/tests/unit/cluster/cli.tcl
+++ b/tests/unit/cluster/cli.tcl
@@ -10,7 +10,7 @@ set ::singledb 1
tags {tls:skip external:skip cluster} {
# start three servers
-set base_conf [list cluster-enabled yes cluster-node-timeout 1]
+set base_conf [list cluster-enabled yes cluster-node-timeout 1000]
start_multiple_servers 3 [list overrides $base_conf] {
set node1 [srv 0 client]