mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-15 08:30:23 +00:00
Set longer timeout for integration tests
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user