]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: increase the wait time to prevent check_counter failing
authorJos Collin <jcollin@redhat.com>
Wed, 2 Jul 2025 09:19:57 +0000 (14:49 +0530)
committerJos Collin <jcollin@redhat.com>
Thu, 10 Jul 2025 09:40:34 +0000 (15:10 +0530)
Fixes: https://tracker.ceph.com/issues/70441
Signed-off-by: Jos Collin <jcollin@redhat.com>
qa/suites/fs/workload/tasks/3-snaps/yes.yaml

index 51bbe2a3dbfabc195239536227983a99b345c35a..3349111f37fb1774c7189f24a479b437d6c64f67 100644 (file)
@@ -27,6 +27,6 @@ tasks:
       mon.a:
         # Ensure that we have some snaps which get deleted (so check-counters does not fail)
         - date +%s > END_TIME
-        - START_TIME=$(cat START_TIME); END_TIME=$(cat END_TIME); DIFF_TIME=$((600-(END_TIME-START_TIME))); if [ "$DIFF_TIME" -gt 0 ]; then sleep "$DIFF_TIME"; fi
+        - START_TIME=$(cat START_TIME); END_TIME=$(cat END_TIME); DIFF_TIME=$((800-(END_TIME-START_TIME))); if [ "$DIFF_TIME" -gt 0 ]; then sleep "$DIFF_TIME"; fi
         - ceph fs snap-schedule status --fs=cephfs --path=/
         - ceph fs snap-schedule list --fs=cephfs --path=/ --recursive=true