]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.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>
Mon, 8 Dec 2025 12:54:47 +0000 (18:24 +0530)
commit7a9eecd8a388f531fe2112034874d42a24aee874
treea97668bf1b5a114ff3c8b0aa45c62044924a4098
parentff75759ed354bb84e0e0b271122a1eb65dcee1c4
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