We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 355c4c8 + 2ce2fca commit b72e204Copy full SHA for b72e204
1 file changed
tests/Makefile
@@ -2,7 +2,7 @@ test: test-smoke
2
3
test-smoke: test-style
4
GOPATH=$(CURDIR)/_vendor:$(GOPATH) \
5
- go test -tags integration -short -v -run TestSmoke
+ go test -tags integration -short -timeout 20m -v -run TestSmoke
6
7
test-full: test-style
8
0 commit comments