mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: increase wait time on ws to avoid flukes
This commit is contained in:
parent
201a5c06fe
commit
f4440d43de
|
@ -32,7 +32,7 @@ class TestCCXTExchangeWs:
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
# Don't start the test if we are too close to the end of the minute.
|
# 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
|
break
|
||||||
sleep(1)
|
sleep(1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user