diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index b0e818d4..84651ab6 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -31,6 +31,7 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' uses: nick-invision/retry@v2 with: + timeout_minutes: 100 max_attempts: 5 retry_on: error command: go test -tags integration -timeout 20m