Increase ping timeout to 5 minutes

Change-Id: Id41ee5888f4b1a76033e0d08e402088458649690
This commit is contained in:
Federico Ressi 2020-07-03 15:28:58 +02:00
parent 338f8410ff
commit f9f9a86b19
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ OPTIONS = [
help="Size in bytes of ICMP messages (including "
"headers and payload)"),
cfg.IntOpt('timeout',
default=90.,
default=300.,
help="Maximum time in seconds a sequence of ICMP "
"messages is sent to a destination host before "
"reporting as a failure")]