test: test catboost on aarch64 runners

This commit is contained in:
Matthias
2025-10-19 16:46:33 +02:00
parent 886d5d1db6
commit 763f08a08e
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import time
from tests.conftest import is_arm, is_mac
MAXIMUM_STARTUP_TIME = 0.7 if is_mac() and not is_arm() else 0.5
MAXIMUM_STARTUP_TIME = 0.7 if is_mac() and not is_arm(True) else 0.5
def test_startup_time():