Skip to content

Commit 0f9ff3e

Browse files
committed
ci: Bump bootc CI timeout to 2h
The bootc revdep test was timing out at 60 minutes; give it headroom with a 2-hour limit. Assisted-by: OpenCode (Claude claude-opus-4-6) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 5d1b3bb commit 0f9ff3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bootc-revdep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
bootc-test:
2323
name: Build and test bootc with local composefs-rs
2424
runs-on: ubuntu-24.04
25-
timeout-minutes: 60
25+
timeout-minutes: 120
2626

2727
steps:
2828
- name: Checkout repository

0 commit comments

Comments
 (0)