Update CI timeout config

This commit is contained in:
0xblockhash
2023-08-23 09:23:13 +08:00
parent 3cbbc5cc89
commit 915da54a6b

View File

@@ -3,9 +3,9 @@ GOTEST = GODEBUG=cgocheck=0 $(GOCC) test -v ./... -p 2
default: test
## test: run unit tests with a 60s timeout
## test: run unit tests with a 10m timeout
test:
$(GOTEST) --timeout 60s
$(GOTEST) --timeout 10m
lintci:
@echo "--> Running linter for code"