Skip to content

Commit

Permalink
Increase PPA copy waiting time (#7895)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo authored and kamilchodola committed Dec 12, 2024
1 parent aeee6f7 commit deabb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: publish-ppa
steps:
- name: Wait for PPA package to be published
run: sleep 1.5h
run: sleep 2h
- name: Install PPA dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit deabb14

Please sign in to comment.