From ad9fa231a8f9123d4fdd1414a1837c9a3b3ef7d3 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 22 Jan 2025 09:22:36 -0500 Subject: [PATCH] Allow a little more time for tests to run The DSF-GDB tests themselves can take an hour or so. Part of #816 --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 67fcda15a09..0b3e9a215af 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-24.04 - timeout-minutes: 90 + timeout-minutes: 120 steps: - uses: actions/checkout@v4