From 0d71b9619da8cb4db5282042491c45cfb059b319 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Mon, 25 Dec 2023 21:43:43 +0100 Subject: [PATCH] :recycle: Increase timeout --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23ec9f773..dd913748d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: push jobs: test: runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 60 strategy: matrix: runtime: [ '/var/run/docker.sock', '/run/user/$UID/podman/podman.sock' ]