Skip to content

Commit

Permalink
test: add more sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 20, 2025
1 parent 588bf35 commit 6f307e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/exchange/test_exchange_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ async def sleeper(*args, **kwargs):
("ETH/BTC", "1m", CandleType.SPOT),
}
# Cleanup happened.
await asyncio.sleep(0.5)
await asyncio.sleep(0.1)
exchange_ws.schedule_ohlcv("ETH/BTC", "1m", CandleType.SPOT)
await asyncio.sleep(0.1)
assert exchange_ws._klines_watching == {
("ETH/BTC", "1m", CandleType.SPOT),
}
Expand Down

0 comments on commit 6f307e1

Please sign in to comment.