summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_bricks_online_after_node_reboot.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/glusterd/test_bricks_online_after_node_reboot.py')
-rw-r--r--tests/functional/glusterd/test_bricks_online_after_node_reboot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/glusterd/test_bricks_online_after_node_reboot.py b/tests/functional/glusterd/test_bricks_online_after_node_reboot.py
index b91e25c55..87f6301a3 100644
--- a/tests/functional/glusterd/test_bricks_online_after_node_reboot.py
+++ b/tests/functional/glusterd/test_bricks_online_after_node_reboot.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2019 Red Hat, Inc. <http://www.redhat.com>
+# Copyright (C) 2019-2020 Red Hat, Inc. <http://www.redhat.com>
#
# 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
@@ -73,7 +73,7 @@ class BricksOnlineAfterNodeReboot(GlusterBaseClass):
def check_node_after_reboot(self, server):
count = 0
- while count < 60:
+ while count < 80:
ret = is_glusterd_running(server)
if not ret:
ret = self.validate_peers_are_connected()