From 611a60818b8ea866e644eeda0aac66dd9156d9b2 Mon Sep 17 00:00:00 2001 From: Sergey Vilgelm Date: Thu, 24 Feb 2022 10:46:22 -0800 Subject: [PATCH] increase timeout for the testing workflow --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2266c3..eb484e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - uses: ./ with: version: ${{ matrix.version }} - args: --issues-exit-code=0 ./sample/... + args: --timeout=3m --issues-exit-code=0 ./sample/... only-new-issues: true test-go-mod-version: @@ -57,4 +57,4 @@ jobs: - uses: ./ with: working-directory: sample-go-mod - args: --issues-exit-code=0 ./... + args: --timeout=3m --issues-exit-code=0 ./...