Commit bf1379c8 authored by antirez's avatar antirez
Browse files

fixed another timing issue when running the test over valgrind or with very slow PCs

parent 4bab6312
...@@ -7,7 +7,7 @@ start_server {tags {"expire"}} { ...@@ -7,7 +7,7 @@ start_server {tags {"expire"}} {
set v4 [r ttl x] set v4 [r ttl x]
r expire x 4 r expire x 4
list $v1 $v2 $v3 $v4 list $v1 $v2 $v3 $v4
} {1 5 1 10} } {1 [45] 1 10}
test {EXPIRE - It should be still possible to read 'x'} { test {EXPIRE - It should be still possible to read 'x'} {
r get x r get x
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment