Skip to content

Commit

Permalink
rollback change to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Sep 21, 2023
1 parent c422ce1 commit 6b1cb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/e2e_metoken_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (s *E2ETest) getPrices(denom string) []metoken.IndexPrices {
prices = resp.Prices
return true
},
20*time.Second,
30*time.Second,
500*time.Millisecond,
)
return prices
Expand All @@ -210,7 +210,7 @@ func (s *E2ETest) getMetokenIndex(denom string) metoken.Index {
s.Require().True(exist)
return true
},
20*time.Second,
30*time.Second,
500*time.Millisecond,
)

Expand All @@ -234,7 +234,7 @@ func (s *E2ETest) executeRedeemSuccess(umeeAddr string, meToken sdk.Coin, assetD
err := s.TxMetokenRedeem(umeeAddr, meToken, assetDenom)
return err != nil
},
20*time.Second,
30*time.Second,
500*time.Millisecond,
)
}
Expand Down

0 comments on commit 6b1cb4d

Please sign in to comment.