summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/introspection-2.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/introspection-2.tcl b/tests/unit/introspection-2.tcl
index 2992f6aa3..a0cf0c30f 100644
--- a/tests/unit/introspection-2.tcl
+++ b/tests/unit/introspection-2.tcl
@@ -41,7 +41,7 @@ start_server {tags {"introspection"}} {
r set foo bar
r client no-touch on
set oldlru [getlru foo]
- after 1000
+ after 1100
r get foo
set newlru [getlru foo]
assert_equal $newlru $oldlru