Add timeout to some tests

This commit is contained in:
Matthias
2024-06-03 20:57:15 +02:00
parent 79ffa66656
commit 0993d12955
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ from tests.exchange_online.conftest import EXCHANGE_WS_FIXTURE_TYPE
@pytest.mark.longrun
@pytest.mark.timeout(3 * 60)
class TestCCXTExchangeWs:
def test_ccxt_ohlcv(self, exchange_ws: EXCHANGE_WS_FIXTURE_TYPE, caplog, mocker):
exch, exchangename, pair = exchange_ws