]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: increase the wait time to prevent check_counter failing 64449/head
authorJos Collin <jcollin@redhat.com>
Wed, 2 Jul 2025 09:19:57 +0000 (14:49 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 11 Jul 2025 05:51:21 +0000 (11:21 +0530)
Fixes: https://tracker.ceph.com/issues/70441
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit a86f6a6ce89ff20f2f160464abb7500499db76b3)

qa/suites/fs/workload/tasks/3-snaps/yes.yaml

index 29ed93bb3e8b1cd32a5df59e8a7c64b3952633d0..f65d4c150f20679e7bcee97618a7daef45d9758e 100644 (file)
@@ -30,6 +30,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