From 4f33cd2350340e9a8c0321b90d2de042d739166c Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Fri, 5 Sep 2025 09:08:15 -0700 Subject: [PATCH] CI: Increase 'Setup QEMU' timeout to 15 minutes We've seen Fedora 42 still setting up after 10 min. Change the timeout to 15 min. Reviewed-by: Brian Behlendorf Reviewed-by: George Melikov Signed-off-by: Tony Hutter Closes #17697 --- .github/workflows/zfs-qemu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zfs-qemu.yml b/.github/workflows/zfs-qemu.yml index 4ebb80af1..a071c26a0 100644 --- a/.github/workflows/zfs-qemu.yml +++ b/.github/workflows/zfs-qemu.yml @@ -78,7 +78,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Setup QEMU - timeout-minutes: 10 + timeout-minutes: 15 run: .github/workflows/scripts/qemu-1-setup.sh - name: Start build machine