From 9508df658dabe4dfece4847486d52f25fe05ad64 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Fri, 6 Feb 2026 09:00:29 +0100 Subject: [PATCH] test: increase CI timeout for signal tests on PyPy --- tests/test_signal_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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