Skip to content

Commit a59c4ca

Browse files
committed
ci: Bump bootc CI timeout to 2h
I think we were just above 1h before, let's give ourselves some headroom. (obviously it'd be nicer to make this faster) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent ed7a2ee commit a59c4ca

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)