From f8e5d29722e34dfc04af2201b72f1416c0bdac44 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 18 Jun 2023 14:02:02 +0000 Subject: [PATCH] ci: increase timeout to 20 minutes --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 7b92a33..84e8460 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -164,7 +164,7 @@ jobs: ../out-of-tree --log-level=debug kernel list-remote --distro=${{ matrix.os.distro }} --ver=${{ matrix.os.release }} ../out-of-tree --log-level=debug kernel autogen --max=1 --shuffle - ../out-of-tree --log-level=debug pew --qemu-timeout=10m --include-internal-errors + ../out-of-tree --log-level=debug pew --qemu-timeout=20m --include-internal-errors - name: Archive logs if: always()