]> git.saurik.com Git - redis.git/commitdiff
fixed another timing issue when running the test over valgrind or with very slow PCs
authorantirez <antirez@gmail.com>
Mon, 11 Jul 2011 13:58:31 +0000 (15:58 +0200)
committerantirez <antirez@gmail.com>
Mon, 11 Jul 2011 13:58:31 +0000 (15:58 +0200)
tests/unit/expire.tcl

index 6f16ed58956a1d0605e84a7061e294969aac360f..415a0f53803b2061385db3ad844d8b1cd2cc5fda 100644 (file)
@@ -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