]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: fix helper function _check_nfs_cluster_status()
authordparmar18 <dparmar@redhat.com>
Tue, 21 Feb 2023 18:08:42 +0000 (23:38 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Fri, 31 Mar 2023 08:21:36 +0000 (13:51 +0530)
commit75c5e460343f003dad66fa37a35fb0121baad5af
tree15bbbbf9eb72d9b25fc6da4a4dbf5bab9fc36b9d
parentb59fa49a26e75c4846f9c0efd120c76990234090
qa: fix helper function _check_nfs_cluster_status()

Comment in the code says to wait for two minutes as cluster
creation takes time but actually it's waiting for thirteen
minutes, it's not required to wait this long, i think a minute
here is more than enough, also switched to using safe_while().

Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 503f8679ed8ecadf47defbf4bb76abdcab009846)
qa/tasks/cephfs/test_nfs.py