spelling: timeout

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-06-05 19:28:47 -04:00
parent 5617b76c8b
commit dee4e7b5b6
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ start_cluster 3 3 {tags {external:skip cluster} overrides {cluster-allow-replica
# Pause the replica to simulate a failure
pause_process [srv -3 pid]
# Setslot with an explicit 1ms timeoout
# Setslot with an explicit 1ms timeout
set start_time [clock milliseconds]
catch {R 0 CLUSTER SETSLOT 609 MIGRATING $R1_id TIMEOUT 3000} e
set end_time [clock milliseconds]