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
b1d08d45
Commit
b1d08d45
authored
Dec 07, 2011
by
antirez
Browse files
Redis test: wait more time for the server to start if it is running using valgrind.
parent
dfcf5a0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/support/server.tcl
View file @
b1d08d45
...
...
@@ -183,7 +183,7 @@ proc start_server {options {code undefined}} {
# check that the server actually started
# ugly but tries to be as fast as possible...
set retrynum 100
if
{
$::valgrind
}
{
set retrynum 1000
}
else
{
set retrynum 100
}
set serverisup 0
if
{
$::verbose
}
{
...
...
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