more time for tests for data races

This commit is contained in:
Evgeny Danienko 2022-05-11 15:31:10 +03:00
parent 6a598b4e93
commit 348f91e9f4

View file

@ -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