File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ test-unit:
3333 @echo no unit tests
3434
3535test-functional :
36- GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v -timeout 15m ./tests/...
36+ GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v -timeout 30m ./tests/...
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ test-unit:
3333 @echo no unit tests
3434
3535test-functional :
36- GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v ./tests/...
36+ GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v -timeout 20m ./tests/...
Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ test-unit:
5252 venv/bin/python manage.py test --noinput api
5353
5454test-functional :
55- GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v ./tests/...
55+ GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v -timeout 20m ./tests/...
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ test-unit:
3333 @echo no unit tests
3434
3535test-functional :
36- GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v ./tests/...
36+ GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v -timeout 20m ./tests/...
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ test-unit:
3333 go test -v -cover ./syslog
3434
3535test-functional :
36- GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v ./tests/...
36+ GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v -timeout 20m ./tests/...
3737
3838coverage :
3939 go test -coverprofile coverage.out ./syslog
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ test-unit:
4141 ../venv/bin/python -m unittest discover -s test
4242
4343test-functional :
44- GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v ./tests/...
44+ GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v -timeout 20m ./tests/...
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ test-unit:
4949 @echo no unit tests
5050
5151test-functional :
52- GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v ./tests/...
52+ GOPATH=$(CURDIR ) /../tests/_vendor:$(GOPATH ) go test -v -timeout 20m ./tests/...
You can’t perform that action at this time.
0 commit comments