mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Flush streams and sleep before printing crash report
This commit is contained in:
parent
e9dcc4393f
commit
3a598218d3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.py
vendored
3
.github/workflows/ci.py
vendored
|
|
@ -24,6 +24,9 @@ SW = ''
|
|||
|
||||
|
||||
def do_print_crash_reports() -> None:
|
||||
sys.stdout.flush()
|
||||
sys.stderr.flush()
|
||||
time.sleep(2)
|
||||
print('Printing available crash reports...')
|
||||
if is_macos:
|
||||
end_time = time.monotonic() + 90
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue