Commit d50292d2 authored by antirez's avatar antirez
Browse files

make a scripting test more valgrind friendly

parent 61fee319
...@@ -141,7 +141,7 @@ start_server {tags {"scripting repl"}} { ...@@ -141,7 +141,7 @@ start_server {tags {"scripting repl"}} {
r evalsha ae3477e27be955de7e1bc9adfdca626b478d3cb2 0 r evalsha ae3477e27be955de7e1bc9adfdca626b478d3cb2 0
} {2} } {2}
after 100 if {$::valgrind} {after 2000} else {after 100}
test {If EVALSHA was replicated as EVAL the slave should be ok} { test {If EVALSHA was replicated as EVAL the slave should be ok} {
r -1 get x r -1 get x
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment