Skip to content

Commit

Permalink
Fix snap autorefresh (#524)
Browse files Browse the repository at this point in the history
* try to fix snap autorefresh

* add timeout 10 min
  • Loading branch information
javierdelapuente authored Jan 13, 2025
1 parent 69a4102 commit 0a03bc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration_test_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ jobs:
)) || inputs.runs-on
}}
steps:
- name: Disable snap autorefresh
run: sudo snap refresh --hold=2h
- name: Wait for last autorefresh
run: sudo snap watch --last=auto-refresh?
timeout-minutes: 10
- uses: actions/[email protected]
- name: Integration tests variable setting
run: |
Expand Down

0 comments on commit 0a03bc9

Please sign in to comment.