From 7870451b5cf2389b52266df66ccf1ba5303bcad7 Mon Sep 17 00:00:00 2001 From: Rob Mulholand Date: Mon, 22 Oct 2018 12:01:15 -0500 Subject: [PATCH] Increase number of flake attempts for integration tests - Temporary solution until we can get more reliable results on network calls to Kovan data --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c1cde00..dba5f90b 100644 --- a/Makefile +++ b/Makefile @@ -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)