]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: Bump timeout to 1h 2118/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 1 Dec 2023 13:31:57 +0000 (14:31 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 1 Dec 2023 13:31:57 +0000 (14:31 +0100)
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

index 1f5469d8c391df950e51af54d79ba23b299cb12e..07fa922dc67d8ed8ef25a68054b8b12208f966e8 100644 (file)
@@ -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 }}