From 93f2cf5db71ba0c6ed7b52db6a059dd9ac205860 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 15 Jan 2026 19:50:04 +0100 Subject: [PATCH] test: update test startup time for mac CI is slower than we thought it is. --- tests/commands/test_startup_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/test_startup_time.py b/tests/commands/test_startup_time.py index 29c51b9bf..c0821ece8 100644 --- a/tests/commands/test_startup_time.py +++ b/tests/commands/test_startup_time.py @@ -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():