Skip to content

Commit 2ce2fca

Browse files
fix(tests): Increased test timeout for smoke tests
For some heroku buildpacks the initial setup is really slow.
1 parent 0f50abc commit 2ce2fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test: test-smoke
22

33
test-smoke: test-style
44
GOPATH=$(CURDIR)/_vendor:$(GOPATH) \
5-
go test -tags integration -short -v -run TestSmoke
5+
go test -tags integration -short -timeout 20m -v -run TestSmoke
66

77
test-full: test-style
88
GOPATH=$(CURDIR)/_vendor:$(GOPATH) \

0 commit comments

Comments
 (0)