mirror of https://github.com/valkey-io/valkey
spelling: timeout
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
5617b76c8b
commit
dee4e7b5b6
|
|
@ -446,7 +446,7 @@ start_cluster 3 3 {tags {external:skip cluster} overrides {cluster-allow-replica
|
||||||
# Pause the replica to simulate a failure
|
# Pause the replica to simulate a failure
|
||||||
pause_process [srv -3 pid]
|
pause_process [srv -3 pid]
|
||||||
|
|
||||||
# Setslot with an explicit 1ms timeoout
|
# Setslot with an explicit 1ms timeout
|
||||||
set start_time [clock milliseconds]
|
set start_time [clock milliseconds]
|
||||||
catch {R 0 CLUSTER SETSLOT 609 MIGRATING $R1_id TIMEOUT 3000} e
|
catch {R 0 CLUSTER SETSLOT 609 MIGRATING $R1_id TIMEOUT 3000} e
|
||||||
set end_time [clock milliseconds]
|
set end_time [clock milliseconds]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue