mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-21 15:05:23 +00:00
Increase integration tests timeout to 120m
This commit is contained in:
parent
935319a218
commit
c3cdb340de
2
Makefile
2
Makefile
@ -66,7 +66,7 @@ test_integration_v2_general:
|
||||
-v $$PWD:$$PWD -w $$PWD/integration \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
golang:1 \
|
||||
go test $(TAGS) -failfast ./... -timeout 60m -parallel 6
|
||||
go test $(TAGS) -failfast ./... -timeout 120m -parallel 6
|
||||
|
||||
coverprofile_func:
|
||||
go tool cover -func=coverage.out
|
||||
|
Loading…
Reference in New Issue
Block a user