From bf1379c8dfb02ef2b897043ee7c3fced6f2d5929 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 11 Jul 2011 15:58:31 +0200 Subject: fixed another timing issue when running the test over valgrind or with very slow PCs --- tests/unit/expire.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/expire.tcl') diff --git a/tests/unit/expire.tcl b/tests/unit/expire.tcl index 6f16ed589..415a0f538 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 -- cgit v1.2.1