diff --git a/tests/test_signal_integration.py b/tests/test_signal_integration.py index 011c6fc1..6622c4fb 100644 --- a/tests/test_signal_integration.py +++ b/tests/test_signal_integration.py @@ -19,7 +19,7 @@ import pytest # Timeout for CI environments (VMs can be slow, PyPy needs more time) -CI_TIMEOUT = 60 +CI_TIMEOUT = 90 # Simple WSGI app inline