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():