Skip to content

Commit

Permalink
fix: increase pricefeeder e2e test timeout (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Feb 3, 2023
1 parent f3125a6 commit 9a20198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit 9a20198

Please sign in to comment.