Merge pull request #5163 from oranagra/fix_slave_buffer_test

fix slave buffer test suite false positives
This commit is contained in:
Salvatore Sanfilippo 2018-07-24 10:28:48 +02:00 committed by GitHub
commit dfc82fca54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ proc test_slave_buffers {cmd_count payload_len limit_memory pipeline} {
# put the slave to sleep # put the slave to sleep
set rd_slave [redis_deferring_client] 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 # send some 10mb woth of commands that don't increase the memory usage
if {$pipeline == 1} { if {$pipeline == 1} {