mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-22 07:57:34 +00:00
Set longer timeout for integration tests
This commit is contained in:
parent
54da1a4155
commit
0e1ddf9715
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ test:
|
|||||||
@go test -coverprofile=coverage.out ./...
|
@go test -coverprofile=coverage.out ./...
|
||||||
|
|
||||||
test_integration:
|
test_integration:
|
||||||
go test -tags integration ./...
|
go test -tags integration -timeout 30m ./...
|
||||||
|
|
||||||
coverprofile_func:
|
coverprofile_func:
|
||||||
go tool cover -func=coverage.out
|
go tool cover -func=coverage.out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user