Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Sep 19, 2024
1 parent 5dab990 commit f70d0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ db-tools:

## test: run unit tests with a 100s timeout
test:
$(GOTEST) --timeout 200s
$(GOTEST) --timeout 600s

test3:
$(GOTEST) --timeout 200s -tags $(BUILD_TAGS),erigon3
Expand Down

0 comments on commit f70d0fd

Please sign in to comment.