Skip to content

Commit

Permalink
fix: ensure catchup
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Aug 13, 2024
1 parent e01891e commit c1a2f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_update_market.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def test_update_market_governance_changes(vega_service_with_market: VegaServiceN
MM_WALLET.name,
MarketStateUpdateType.Suspend,
)
vega.wait_fn(1)
vega.wait_for_total_catchup()
assert (
vega_protos.markets.Market.State.Name(
Expand Down

0 comments on commit c1a2f52

Please sign in to comment.