Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Jan 22, 2025
1 parent b618f8c commit 40fa274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: clean up old coverage data
if: ${{ matrix.test == 'all' }}
continue-on-error: true
timeout-minutes: 1
timeout-minutes: 10
run: |
sudo find /ci-coverage -type f \( -name 'covcounters*' -o -name 'covmeta*' \) -mtime +2 -print -exec rm -f {} +
umount /jfs-coverage
Expand Down

0 comments on commit 40fa274

Please sign in to comment.