Increase number of flake attempts for integration tests

- Temporary solution until we can get more reliable results on network
  calls to Kovan data
This commit is contained in:
Rob Mulholand 2018-10-22 12:01:15 -05:00
parent d87fb14c6b
commit 7870451b5c

View File

@ -50,7 +50,7 @@ test: | $(GINKGO) $(LINT)
integrationtest: | $(GINKGO) $(LINT)
go vet ./...
go fmt ./...
$(GINKGO) -r --flakeAttempts=5 pkg/transformers/integration_tests/
$(GINKGO) -r --flakeAttempts=20 pkg/transformers/integration_tests/
.PHONY: dep
dep: | $(DEP)