]> git.saurik.com Git - redis.git/commitdiff
tag test with sleep() as slow
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Wed, 2 Jun 2010 22:26:39 +0000 (00:26 +0200)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Wed, 2 Jun 2010 22:26:39 +0000 (00:26 +0200)
tests/unit/expire.tcl

index d65df2f829069e778ab561a85e81777bda60f5e0..b80975b6e19f032f668a62696b219b3341522d0a 100644 (file)
@@ -48,10 +48,12 @@ start_server {tags {"expire"}} {
         r get y
     } {foo}
 
-    test {SETEX - Wait for the key to expire} {
-        after 3000
-        r get y
-    } {}
+    tags {"slow"} {
+        test {SETEX - Wait for the key to expire} {
+            after 3000
+            r get y
+        } {}
+    }
 
     test {SETEX - Wrong time parameter} {
         catch {r setex z -10 foo} e