mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
chore: increase wait time on ws to avoid flukes
This commit is contained in:
@@ -32,7 +32,7 @@ class TestCCXTExchangeWs:
|
||||
|
||||
while True:
|
||||
# Don't start the test if we are too close to the end of the minute.
|
||||
if dt_now().second < 50 and dt_now().second != 0:
|
||||
if dt_now().second < 50 and dt_now().second > 1:
|
||||
break
|
||||
sleep(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user