mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Use a larger timeout when running prewarm test
This commit is contained in:
@@ -38,7 +38,7 @@ if TYPE_CHECKING:
|
||||
|
||||
|
||||
error_events = select.POLLERR | select.POLLNVAL | select.POLLHUP
|
||||
TIMEOUT = 15.0 if os.environ.get('CI') == 'true' else 5.0
|
||||
TIMEOUT = 5.0
|
||||
|
||||
|
||||
def restore_python_signal_handlers() -> None:
|
||||
|
||||
Reference in New Issue
Block a user