mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
New time limit for protocol desync test set to 30 seconds to reduce false positives.
This commit is contained in:
parent
a3f990818d
commit
4e7cc35f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue