mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 00:43:46 +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
|
$(GOTEST) --timeout 5m -cover -coverprofile=cover.out
|
||||||
|
|
||||||
test-race:
|
test-race:
|
||||||
$(GOTEST) --timeout 5m -race
|
$(GOTEST) --timeout 15m -race
|
||||||
|
|
||||||
test-integration:
|
test-integration:
|
||||||
$(GOTEST) --timeout 30m -tags integration
|
$(GOTEST) --timeout 30m -tags integration
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue