summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/disperse/test_ec_verify_datacorruption_during_full_heal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/disperse/test_ec_verify_datacorruption_during_full_heal.py b/tests/functional/disperse/test_ec_verify_datacorruption_during_full_heal.py
index 6d91ee0c6..f9b480e41 100644
--- a/tests/functional/disperse/test_ec_verify_datacorruption_during_full_heal.py
+++ b/tests/functional/disperse/test_ec_verify_datacorruption_during_full_heal.py
@@ -195,7 +195,7 @@ class TestHealFullNodeReboot(GlusterBaseClass):
# Check if nodes are online
counter = 0
- timeout = 350
+ timeout = 700
_rc = False
while counter < timeout:
ret, reboot_results = are_nodes_online(nodes_to_reboot)