diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81e450c0f..2bb7b195a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ on: branches: - master - develop - - github_actions_tests - - db_keep_orders tags: release: types: [published] diff --git a/freqtrade/exchange/common.py b/freqtrade/exchange/common.py index 2abac9286..9abd42aa7 100644 --- a/freqtrade/exchange/common.py +++ b/freqtrade/exchange/common.py @@ -12,7 +12,7 @@ logger = logging.getLogger(__name__) # Maximum default retry count. # Functions are always called RETRY_COUNT + 1 times (for the original call) API_RETRY_COUNT = 4 -API_FETCH_ORDER_RETRY_COUNT = 3 +API_FETCH_ORDER_RETRY_COUNT = 5 BAD_EXCHANGES = { "bitmex": "Various reasons.",