Unverified Commit dfc82fca authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #5163 from oranagra/fix_slave_buffer_test

fix slave buffer test suite false positives
parents f4ac796c d4ae76d1
......@@ -182,7 +182,7 @@ proc test_slave_buffers {cmd_count payload_len limit_memory pipeline} {
# put the slave to sleep
set rd_slave [redis_deferring_client]
$rd_slave debug sleep 60
$rd_slave debug sleep 300
# send some 10mb woth of commands that don't increase the memory usage
if {$pipeline == 1} {
......
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