test: increase CI timeout for signal tests on PyPy

This commit is contained in:
Benoit Chesneau 2026-02-06 09:00:29 +01:00
parent 2c0f9593a4
commit 9508df658d

View File

@ -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