From ca5a1902b04670546ef6b8573fae1321bbd9e440 Mon Sep 17 00:00:00 2001 From: Sri Vignesh Date: Tue, 11 Feb 2020 11:56:20 +0530 Subject: [Libfix] Added Increased timeout value for reboot cases Reboot cases are failing with timeout value, therfore increasing the timeout value in function. Change-Id: I262120e87d36b2d5cc7244b37d5f6e051c964f0f Signed-off-by: Sri Vignesh --- glustolibs-misc/glustolibs/misc/misc_libs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glustolibs-misc') diff --git a/glustolibs-misc/glustolibs/misc/misc_libs.py b/glustolibs-misc/glustolibs/misc/misc_libs.py index 5c6622e53..3ec4452d4 100755 --- a/glustolibs-misc/glustolibs/misc/misc_libs.py +++ b/glustolibs-misc/glustolibs/misc/misc_libs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 Red Hat, Inc. +# Copyright (C) 2015-2020 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -452,7 +452,7 @@ def reboot_nodes(nodes): return _rc -def reboot_nodes_and_wait_to_come_online(nodes, timeout=300): +def reboot_nodes_and_wait_to_come_online(nodes, timeout=600): """Reboot node(s) and wait for it to become online. Args: -- cgit