From 639cd343e1d3b897ff35927a75193d57cfcba299 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 12 Jun 2023 11:42:49 +0200 Subject: [PATCH] tests: increase timeout --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b86f5e0ac1..a95439401c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: - uses: ./ with: version: ${{ matrix.version }} - args: --timeout=3m --issues-exit-code=0 ./sample/... + args: --timeout=5m --issues-exit-code=0 ./sample/... only-new-issues: true test-go-install: # make sure the action works on a clean machine without building (go-install mode) @@ -94,7 +94,7 @@ jobs: - uses: ./ with: version: ${{ matrix.version }} - args: --timeout=3m --issues-exit-code=0 ./sample/... + args: --timeout=5m --issues-exit-code=0 ./sample/... only-new-issues: true install-mode: goinstall @@ -117,4 +117,4 @@ jobs: - uses: ./ with: working-directory: sample-go-mod - args: --timeout=3m --issues-exit-code=0 ./... + args: --timeout=5m --issues-exit-code=0 ./...