test: update test startup time for mac

CI is slower than we thought it is.
This commit is contained in:
Matthias
2026-01-15 19:50:04 +01:00
parent 38a470098f
commit 93f2cf5db7

View File

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