2x the ctl-c loop prompt-timeout for non-linux in CI

ns_aware
Gud Boi 2026-03-03 15:46:21 -05:00
parent 5b2905b702
commit 79396b4a26
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ def do_ctlc(
time.sleep(delay)
child.expect(
PROMPT,
# timeout=1, # TODO? if needed
timeout=(child.timeout * 2) if _ci_env else child.timeout,
)
before = str(child.before.decode())
time.sleep(delay)