From 3510237a3055204ab08f3bacf04b99ab5a2b8de6 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 10 Oct 2024 16:17:53 -0500 Subject: [PATCH] Skip that debug boi --- .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 23b98e08590..57bfe954325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - name: Setup tmate debug session if: ${{ endsWith(env.COMMIT_MESSAGE_HEADER, '[gha-debug]') }} uses: mxschmitt/action-tmate@v3 - timeout-minutes: 15 + timeout-minutes: 20 with: detatched: true