Skip to content

Fix(windows): Make os.sleep work with redirected stdin - #759

Open
Jebiel wants to merge 1 commit into
DataIntellectTech:masterfrom
Jebiel:master
Open

Fix(windows): Make os.sleep work with redirected stdin#759
Jebiel wants to merge 1 commit into
DataIntellectTech:masterfrom
Jebiel:master

Conversation

@Jebiel

@Jebiel Jebiel commented Aug 18, 2026

Copy link
Copy Markdown

Replace timeout.exe with non-interactive PowerShell Start-Sleep for Windows.

timeout.exe expects an interactive console and can fail when stdin is redirected, which can prevent RDB/IDB startup retries from working correctly and surface misleading os file-load errors.

Using PowerShell Start-Sleep removes the dependency on interactive stdin while preserving the existing sleep behavior.

Replace timeout.exe with non-interactive PowerShell Start-Sleep for Windows.

timeout.exe expects an interactive console and can fail when stdin is redirected, which can prevent RDB/IDB startup retries from working correctly and surface misleading os file-load errors.

Using PowerShell Start-Sleep removes the dependency on interactive stdin while preserving the existing sleep behavior.
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.

1 participant