mirror of
https://github.com/fluencelabs/redis
synced 2025-04-22 00:52:13 +00: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
@ -68,7 +68,7 @@ start_server {tags {"protocol"}} {
|
|||||||
puts -nonewline $s $seq
|
puts -nonewline $s $seq
|
||||||
set payload [string repeat A 1024]"\n"
|
set payload [string repeat A 1024]"\n"
|
||||||
set test_start [clock seconds]
|
set test_start [clock seconds]
|
||||||
set test_time_limit 5
|
set test_time_limit 30
|
||||||
while 1 {
|
while 1 {
|
||||||
if {[catch {
|
if {[catch {
|
||||||
puts -nonewline $s payload
|
puts -nonewline $s payload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user