From 2bbd30267a4fe64432c9108b34682f20bc66ac94 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 1 Dec 2023 14:31:57 +0100 Subject: [PATCH] ci: Bump timeout to 1h We now run tests for all formats within the same job which needs more time to complete so let's bump the timeout t 1h. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f5469d8c..07fa922dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,6 +149,6 @@ jobs: EOF - name: Run integration tests - run: sudo --preserve-env timeout -k 30 10m python3 -m pytest --tb=no -sv -m integration tests/ + run: sudo --preserve-env timeout -k 30 1h python3 -m pytest --tb=no -sv -m integration tests/ env: MKOSI_TEST_DISTRIBUTION: ${{ matrix.distro }} -- 2.47.2