Increase default ping timeout from 60 to 90 seconds.
Change-Id: I5529465c5b2a6ae6e603195d056880ddb6ff81a4
This commit is contained in:
parent
cc8e9ceb9b
commit
a83de720c9
@ -41,7 +41,7 @@ def register_tobiko_options(conf):
|
||||
help="Size in bytes of ICMP messages (including "
|
||||
"headers and payload)"),
|
||||
cfg.IntOpt('timeout',
|
||||
default=60.,
|
||||
default=90.,
|
||||
help="Maximum time in seconds a sequence of ICMP "
|
||||
"messages is sent to a destination host before "
|
||||
"reporting as a failure")])
|
||||
|
Loading…
Reference in New Issue
Block a user