From 9a2019858fe018204764fd370d829281321f0a31 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Fri, 3 Feb 2023 18:13:35 +0100 Subject: [PATCH] fix: increase pricefeeder e2e test timeout (#1779) --- tests/e2e/e2e_setup_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/e2e_setup_test.go b/tests/e2e/e2e_setup_test.go index 89bb53e16a..4eee368f96 100644 --- a/tests/e2e/e2e_setup_test.go +++ b/tests/e2e/e2e_setup_test.go @@ -1029,7 +1029,7 @@ func (s *IntegrationTestSuite) runPriceFeeder() { return len(prices) > 0 }, - time.Minute, + time.Second*90, // 1:30 min time.Second, "price-feeder not healthy", )