mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Set longer timeout for integration tests
This commit is contained in:
parent
54da1a4155
commit
0e1ddf9715
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ test:
|
|||
@go test -coverprofile=coverage.out ./...
|
||||
|
||||
test_integration:
|
||||
go test -tags integration ./...
|
||||
go test -tags integration -timeout 30m ./...
|
||||
|
||||
coverprofile_func:
|
||||
go tool cover -func=coverage.out
|
||||
|
|
Loading…
Reference in a new issue