mirror of
https://github.com/ceph/ceph
synced 2025-01-15 07:23:16 +00:00
qa/tasks/cephfs: increase timeout in test_nfs.py
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
This commit is contained in:
parent
6c0c75fa17
commit
44ad552093
@ -79,9 +79,9 @@ class TestNFS(MgrTestCase):
|
||||
:param expected_status: Status to be verified
|
||||
:param fail_msg: Message to be printed if test failed
|
||||
'''
|
||||
# Wait for few seconds as ganesha daemon takes few seconds to be deleted/created
|
||||
# Wait for two minutes as ganesha daemon takes some time to be deleted/created
|
||||
wait_time = 10
|
||||
while wait_time <= 60:
|
||||
while wait_time <= 120:
|
||||
time.sleep(wait_time)
|
||||
if expected_status in self._fetch_nfs_status():
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user