Update CI timeout config
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,9 +3,9 @@ GOTEST = GODEBUG=cgocheck=0 $(GOCC) test -v ./... -p 2
|
|||||||
|
|
||||||
default: test
|
default: test
|
||||||
|
|
||||||
## test: run unit tests with a 60s timeout
|
## test: run unit tests with a 10m timeout
|
||||||
test:
|
test:
|
||||||
$(GOTEST) --timeout 60s
|
$(GOTEST) --timeout 10m
|
||||||
|
|
||||||
lintci:
|
lintci:
|
||||||
@echo "--> Running linter for code"
|
@echo "--> Running linter for code"
|
||||||
|
|||||||
Reference in New Issue
Block a user