Skip to content

Commit 9508df6

Browse files
committed
test: increase CI timeout for signal tests on PyPy
1 parent 2c0f959 commit 9508df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_signal_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
# Timeout for CI environments (VMs can be slow, PyPy needs more time)
22-
CI_TIMEOUT = 60
22+
CI_TIMEOUT = 90
2323

2424

2525
# Simple WSGI app inline

0 commit comments

Comments
 (0)