We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb93ba commit 6c62a28Copy full SHA for 6c62a28
.github/workflows/integration-tests.yml
@@ -60,4 +60,4 @@ jobs:
60
restore-keys: ${{ runner.os }}-go-mod
61
62
- name: Run integration tests
63
- run: go test -timeout=30m -tags integration ${{ matrix.packages }}
+ run: go test -timeout=45m -tags integration ${{ matrix.packages }}
0 commit comments