From fccf3e8c50186ea13b8d0f891864fbe9f0b6e127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 14 Jun 2016 13:59:27 +0200 Subject: [PATCH] tuned-adm: increased default timeout to 10 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- tuned/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuned/consts.py b/tuned/consts.py index e3658e9..e7fff71 100644 --- a/tuned/consts.py +++ b/tuned/consts.py @@ -76,4 +76,4 @@ STR_VERIFY_PROFILE_VALUE_FAIL = "verify: failed: %s = %s, expected %s" STR_VERIFY_PROFILE_FAIL = "verify: failed: %s" # timout for tuned-adm operations in seconds -ADMIN_TIMEOUT = 90 +ADMIN_TIMEOUT = 600