From 87e029f555860271124ff5753cce5bd87681bba6 Mon Sep 17 00:00:00 2001 From: TwiN Date: Mon, 16 Oct 2023 21:45:00 -0400 Subject: [PATCH] ci: Increase timeout-minutes for test workflow to 10 minutes --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcb5f97c..dc942068 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ on: jobs: test: runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 steps: - uses: actions/setup-go@v4 with: