Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4e7cc35f
Commit
4e7cc35f
authored
Apr 23, 2012
by
antirez
Browse files
New time limit for protocol desync test set to 30 seconds to reduce false positives.
parent
a3f99081
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/protocol.tcl
View file @
4e7cc35f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment