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 24ecede commit 7b1b8a7Copy full SHA for 7b1b8a7
Makefile
@@ -229,7 +229,7 @@ shell:
229
bash
230
231
configs-integration-test:
232
- /bin/bash -c "go test -v -tags 'netgo integration' -timeout 30s ./pkg/configs/... ./pkg/ruler/..."
+ /bin/bash -c "go test -v -tags 'netgo integration' -timeout 10m ./pkg/configs/... ./pkg/ruler/..."
233
234
mod-check:
235
GO111MODULE=on go mod download
0 commit comments