Skip to content

Commit a86f6a6

Browse files
committed
qa: increase the wait time to prevent check_counter failing
Fixes: https://tracker.ceph.com/issues/70441 Signed-off-by: Jos Collin <[email protected]>
1 parent 25803ec commit a86f6a6

File tree

1 file changed

+1
-1
lines changed
  • qa/suites/fs/workload/tasks/3-snaps

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ tasks:
2727
mon.a:
2828
# Ensure that we have some snaps which get deleted (so check-counters does not fail)
2929
- date +%s > END_TIME
30-
- 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
30+
- 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
3131
- ceph fs snap-schedule status --fs=cephfs --path=/
3232
- ceph fs snap-schedule list --fs=cephfs --path=/ --recursive=true

0 commit comments

Comments
 (0)