Skip to content

Commit

Permalink
Update CI timeout config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xblockhash committed Aug 23, 2023
1 parent 3cbbc5c commit 915da54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 915da54

Please sign in to comment.