From 50d0e118feb34229ea602f0780a36561908042eb Mon Sep 17 00:00:00 2001 From: Arya Irani Date: Sat, 24 Feb 2024 15:45:53 -0500 Subject: [PATCH] yaml timeout was too short for debugging --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56a0dbd52..80728c0db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -515,4 +515,4 @@ jobs: - name: Setup tmate session uses: mxschmitt/action-tmate@v3 if: ${{ failure() }} - timeout-minutes: 15 + # timeout-minutes: 15