mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 22:10:35 +00:00
test: reduce startup time failure rates
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import subprocess # noqa: S404, RUF100
|
||||
import time
|
||||
|
||||
from tests.conftest import is_arm, is_mac
|
||||
from tests.conftest import is_mac
|
||||
|
||||
|
||||
MAXIMUM_STARTUP_TIME = 0.7 if is_mac() and not is_arm(True) else 0.5
|
||||
MAXIMUM_STARTUP_TIME = 0.6 if is_mac() else 0.5
|
||||
|
||||
|
||||
def test_startup_time():
|
||||
|
||||
Reference in New Issue
Block a user