diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e26891b2..bd6f9fbb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,7 +231,7 @@ jobs: integration-windows: name: Windows Integration runs-on: windows-2019 - timeout-minutes: 30 + timeout-minutes: 35 needs: [project, linters, protos, man] env: GOTEST: gotestsum -- @@ -306,7 +306,7 @@ jobs: integration-linux: name: Linux Integration runs-on: ubuntu-18.04 - timeout-minutes: 30 + timeout-minutes: 35 needs: [project, linters, protos, man] strategy: