From e2bd68ae528189a1bd67171442cc97d9a4c09adb Mon Sep 17 00:00:00 2001 From: PJ Date: Tue, 20 Jun 2023 17:06:44 +0200 Subject: [PATCH] ci: increase timeout --- .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 06f3849e7..efa2b56d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v3 with: - args: --timeout=5m + args: --timeout=30m - name: Test uses: n8maninger/action-golang-test@v1 with: