mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
more time for tests for data races
This commit is contained in:
parent
6a598b4e93
commit
348f91e9f4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -58,7 +58,7 @@ test:
|
|||
$(GOTEST) --timeout 5m -cover -coverprofile=cover.out
|
||||
|
||||
test-race:
|
||||
$(GOTEST) --timeout 5m -race
|
||||
$(GOTEST) --timeout 15m -race
|
||||
|
||||
test-integration:
|
||||
$(GOTEST) --timeout 30m -tags integration
|
||||
|
|
|
|||
Loading…
Reference in a new issue