From a83de720c99f6f7ad4a34f8aaa9cb631bac6d801 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Thu, 27 Jun 2019 16:43:51 +0200 Subject: [PATCH] Increase default ping timeout from 60 to 90 seconds. Change-Id: I5529465c5b2a6ae6e603195d056880ddb6ff81a4 --- tobiko/shell/ping/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tobiko/shell/ping/config.py b/tobiko/shell/ping/config.py index 5f4bc6ed3..2ff5831b1 100644 --- a/tobiko/shell/ping/config.py +++ b/tobiko/shell/ping/config.py @@ -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")])