summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_stack_overflow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/dht/test_stack_overflow.py')
-rw-r--r--tests/functional/dht/test_stack_overflow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/dht/test_stack_overflow.py b/tests/functional/dht/test_stack_overflow.py
index b165bdf65..c371add63 100644
--- a/tests/functional/dht/test_stack_overflow.py
+++ b/tests/functional/dht/test_stack_overflow.py
@@ -110,7 +110,7 @@ class TestStackOverflow(GlusterBaseClass):
# Wait for fix-layout to complete
ret = wait_for_fix_layout_to_complete(self.mnode, self.volname,
- timeout=300)
+ timeout=3000)
self.assertTrue(ret, ("Fix-layout failed on volume %s",
self.volname))
g.log.info("Fix-layout is successful on "