From 7ee170763e5f58bbc31fa634df6077e36bebfe9a Mon Sep 17 00:00:00 2001 From: Linard Arquint Date: Wed, 25 Oct 2023 00:16:55 -0700 Subject: [PATCH] increases time limit for artifact CI --- .github/workflows/artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index e4ededd..c6c931d 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -6,7 +6,7 @@ on: jobs: build-verify: runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 90 env: IMAGE_NAME: securityprotocolimplementations-artifact steps: