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", )