Skip to content

Commit 7b1b8a7

Browse files
authored
Fixing integ test timeout (#6357)
Signed-off-by: alanprot <[email protected]>
1 parent 24ecede commit 7b1b8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ shell:
229229
bash
230230

231231
configs-integration-test:
232-
/bin/bash -c "go test -v -tags 'netgo integration' -timeout 30s ./pkg/configs/... ./pkg/ruler/..."
232+
/bin/bash -c "go test -v -tags 'netgo integration' -timeout 10m ./pkg/configs/... ./pkg/ruler/..."
233233

234234
mod-check:
235235
GO111MODULE=on go mod download

0 commit comments

Comments
 (0)