mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 03:41:41 +00:00
Increase the timeout for prewarm I/O on CI
This commit is contained in:
parent
a7c65efc45
commit
a27dfd8b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ if TYPE_CHECKING:
|
|||
|
||||
|
||||
error_events = select.POLLERR | select.POLLNVAL | select.POLLHUP
|
||||
TIMEOUT = 5.0
|
||||
TIMEOUT = 15.0 if os.environ.get('CI') == 'true' else 5.0
|
||||
|
||||
|
||||
class PrewarmProcessFailed(Exception):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue