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:
parent
d87fb14c6b
commit
7870451b5c
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ test: | $(GINKGO) $(LINT)
|
|||||||
integrationtest: | $(GINKGO) $(LINT)
|
integrationtest: | $(GINKGO) $(LINT)
|
||||||
go vet ./...
|
go vet ./...
|
||||||
go fmt ./...
|
go fmt ./...
|
||||||
$(GINKGO) -r --flakeAttempts=5 pkg/transformers/integration_tests/
|
$(GINKGO) -r --flakeAttempts=20 pkg/transformers/integration_tests/
|
||||||
|
|
||||||
.PHONY: dep
|
.PHONY: dep
|
||||||
dep: | $(DEP)
|
dep: | $(DEP)
|
||||||
|
Loading…
Reference in New Issue
Block a user