From 804a9f2d64defed128f01caff8c4ee39deb1be1a Mon Sep 17 00:00:00 2001 From: Zeke Mostov Date: Mon, 30 Oct 2023 15:23:24 -0400 Subject: [PATCH] Increase Test Suite timeout --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index eb36950c..ec3ba179 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: test: name: Test Suite runs-on: ubuntu-latest - timeout-minutes: 8 + timeout-minutes: 45 steps: - name: Checkout sources uses: actions/checkout@v4