summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-04-24 18:21:12 +0200
committerantirez <antirez@gmail.com>2014-04-24 21:51:53 +0200
commit98502a0d0f5643021d8dcb8fdd2a04e930fde469 (patch)
treee00abe9e872369bb39036ab34e3d5d72c4010f0c
parent6f575f28e9d867fb34527d5279277a91fe69b5cc (diff)
downloadredis-bulkaccept-2.8.tar.gz
Test: fixed scripting.tcl test false positive.bulkaccept-2.8
-rw-r--r--tests/unit/scripting.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/scripting.tcl b/tests/unit/scripting.tcl
index a17892d30..ff3f00ab5 100644
--- a/tests/unit/scripting.tcl
+++ b/tests/unit/scripting.tcl
@@ -326,6 +326,7 @@ start_server {tags {"scripting"}} {
catch {r ping} e
assert_match {BUSY*} $e
r script kill
+ after 200 ; # Give some time to Lua to call the hook again...
assert_equal [r ping] "PONG"
}