From: Daan De Meyer Date: Fri, 1 Dec 2023 13:31:57 +0000 (+0100) Subject: ci: Bump timeout to 1h X-Git-Tag: v20~115^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2118%2Fhead;p=thirdparty%2Fmkosi.git 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. --- 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 }}