]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/cephfs: increase timeout in test_nfs.py
authorMatan Breizman <mbreizma@redhat.com>
Tue, 15 Feb 2022 08:55:14 +0000 (08:55 +0000)
committerAdam King <adking@redhat.com>
Tue, 5 Apr 2022 20:10:22 +0000 (16:10 -0400)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 44ad552093b4f0dc21563dd9f804974ade239440)

qa/tasks/cephfs/test_nfs.py

index 2c8f20f2c58717860272f34a8b1c098dd6b19fe7..47b3e63a6da984c1fbfde5d8fc3280ef5cf6c8b4 100644 (file)
@@ -101,9 +101,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_daemons_details():
                 return