From ae0a7747d19d52af50f1101ca80a995278f9eb48 Mon Sep 17 00:00:00 2001 From: Matthew Yacavone Date: Thu, 24 Feb 2022 18:54:11 -0500 Subject: [PATCH] raise sn2-tests timeout to 2h --- .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 5e88f61ad0..08e80fc9a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -498,7 +498,7 @@ jobs: s2n-tests: name: "Test s2n proofs" - timeout-minutes: 60 + timeout-minutes: 120 needs: build runs-on: ubuntu-18.04 strategy: