Skip to content

Commit 9aedc51

Browse files
authored
Merge pull request ceph#64305 from joscollin/wip-70441-counters-rmsnap
qa: increase the wait time to prevent check_counter failing Reviewed-by: Venky Shankar <[email protected]>
2 parents 7d07a72 + a86f6a6 commit 9aedc51

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)