]> 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, 3 May 2022 00:48:33 +0000 (20:48 -0400)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 44ad552093b4f0dc21563dd9f804974ade239440)

qa/tasks/cephfs/test_nfs.py

index 97269a32c55bb4667491930366f188ca875eb52c..8f3afd67129f044cc749b7d7a6f99cdc28502d59 100644 (file)
@@ -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