Commit 4e7cc35f authored by antirez's avatar antirez
Browse files

New time limit for protocol desync test set to 30 seconds to reduce false positives.

parent a3f99081
......@@ -68,7 +68,7 @@ start_server {tags {"protocol"}} {
puts -nonewline $s $seq
set payload [string repeat A 1024]"\n"
set test_start [clock seconds]
set test_time_limit 5
set test_time_limit 30
while 1 {
if {[catch {
puts -nonewline $s payload
......
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