]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: give more time to tests in test_clone_stats.py
authorRishabh Dave <ridave@redhat.com>
Mon, 8 Dec 2025 12:54:47 +0000 (18:24 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 23 Apr 2026 17:34:28 +0000 (23:04 +0530)
commit241cfc6c06d11a8245222a20d4ed615c8dbcb63b
tree0f5685de10f2cbac6ccc17e8c6c0a9c53a791940
parent269e76bb139d3c28092249edf1b92dfbfaf38c93
qa/cephfs: give more time to tests in test_clone_stats.py

Currently tests wait for 10 seconds for clone progress bar to appear and
it usually takes 8 seconds to find it. In case of the host where test is
being run is slow, the progress bar can take more time to appear and the
test can fail unnecessarily. To avoid this, increase the waiting
duration.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/volumes/test_clone_stats.py