From: antirez Date: Mon, 11 Jul 2011 13:58:31 +0000 (+0200) Subject: fixed another timing issue when running the test over valgrind or with very slow PCs X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/bf1379c8dfb02ef2b897043ee7c3fced6f2d5929?hp=4bab6312239f4d77b7cc25ab7eec80fc3ba19506 fixed another timing issue when running the test over valgrind or with very slow PCs --- diff --git a/tests/unit/expire.tcl b/tests/unit/expire.tcl index 6f16ed58..415a0f53 100644 --- a/tests/unit/expire.tcl +++ b/tests/unit/expire.tcl @@ -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