Add more backoff to fetch_order endpoint

This commit is contained in:
Matthias
2020-08-02 10:24:10 +02:00
parent 6c77feee85
commit 3915101d2d
4 changed files with 6 additions and 4 deletions

View File

@@ -154,4 +154,5 @@ def test_fetch_stoploss_order(default_conf, mocker):
ccxt_exceptionhandlers(mocker, default_conf, api_mock, 'ftx',
'fetch_stoploss_order', 'fetch_orders',
retries=6,
order_id='_', pair='TKN/BTC')