From 0a8a1e78dcc45f15833a3293ea909aecaa32ce12 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 23 Apr 2012 10:57:43 +0200 Subject: [PATCH] New time limit for protocol desync test set to 30 seconds to reduce false positives. --- tests/unit/protocol.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/protocol.tcl b/tests/unit/protocol.tcl index 3110d3d7..1700e489 100644 --- a/tests/unit/protocol.tcl +++ b/tests/unit/protocol.tcl @@ -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 -- 2.47.2