Skip to content

Issue 228 fix spurious timeout after stop on silence#229

Merged
eldipa merged 2 commits intomasterfrom
Issue-228-Fix-Spurious-Timeout-After-Stop-on-Silence
May 6, 2022
Merged

Issue 228 fix spurious timeout after stop on silence#229
eldipa merged 2 commits intomasterfrom
Issue-228-Fix-Spurious-Timeout-After-Stop-on-Silence

Conversation

@eldipa
Copy link
Collaborator

@eldipa eldipa commented May 6, 2022

Closes #228

eldipa added 2 commits May 5, 2022 22:44
…l's prompt recovery

If the stop-on-silence is not disabled, it will be used as the timeout
for waiting the prompt after the stop.

If the shell is too slow, it will raise an unexpected Timeout.

This slowness could happen due a slow shell, a too small stop-on-silence
timeout or because the program stopped is slow doing the clean up.

With this fix, the remaining of the default timeout is used to wait
for shell's prompt recovery.
@eldipa eldipa added this to the 10.5.2 milestone May 6, 2022
@eldipa eldipa merged commit ec6a3c8 into master May 6, 2022
@eldipa eldipa deleted the Issue-228-Fix-Spurious-Timeout-After-Stop-on-Silence branch May 6, 2022 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

If control of shell is not reobtained quickly after a stop-on-signal, a timeout raises (Spurious Timeout after stop-on-silence)

1 participant