mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
fixed another timing issue when running the test over valgrind or with very slow PCs
This commit is contained in:
@@ -7,7 +7,7 @@ start_server {tags {"expire"}} {
|
||||
set v4 [r ttl x]
|
||||
r expire x 4
|
||||
list $v1 $v2 $v3 $v4
|
||||
} {1 5 1 10}
|
||||
} {1 [45] 1 10}
|
||||
|
||||
test {EXPIRE - It should be still possible to read 'x'} {
|
||||
r get x
|
||||
|
||||
Reference in New Issue
Block a user