mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-04 11:41:32 +08:00
Increase CI timeout for signal integration tests
PyPy signal handling can be slower in CI environments, so increase the timeout from 30 to 60 seconds to avoid flaky test failures.
This commit is contained in:
parent
6575d86251
commit
29830ccc2f
@ -18,8 +18,8 @@ import time
|
||||
import pytest
|
||||
|
||||
|
||||
# Timeout for CI environments (VMs can be slow)
|
||||
CI_TIMEOUT = 30
|
||||
# Timeout for CI environments (VMs can be slow, PyPy needs more time)
|
||||
CI_TIMEOUT = 60
|
||||
|
||||
|
||||
# Simple WSGI app inline
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user