Fix timing issue in pause test (#1631)

This commit is contained in:
Madelyn Olson 2025-01-28 06:35:24 -08:00 committed by GitHub
parent 230efa4fbf
commit f695c52acb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ start_server {tags {"pause network"}} {
assert_equal [s paused_actions] "write"
after 1000
set timeout [s paused_timeout_milliseconds]
assert {$timeout > 0 && $timeout < 9000}
assert {$timeout > 0 && $timeout <= 9000}
r client unpause
r multi