Skip to content

Commit e18c6a0

Browse files
committed
github: set timeout of 60 minutes on the yake-install action
The action usually takes 15-30 minutes. If it takes significantly longer, it gets stuck somewhere and it makes sense to run into a timeout. Signed-off-by: Christian Berendt <[email protected]>
1 parent 0b5e2e0 commit e18c6a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/yake-install.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- v1.27.11
1616
- v1.28.7
1717
runs-on: self-hosted
18+
timeout-minutes: 60
1819
name: "Yake install testrun"
1920
steps:
2021
- name: Checkout source

0 commit comments

Comments
 (0)