Skip to content

Commit cfc7f95

Browse files
committed
Add additional wait time after Named Pipe detection for server readiness
1 parent 79b8c5f commit cfc7f95

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cross-platform-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ jobs:
335335
if ($pipeReady) {
336336
Write-Host "Named Pipe ready after $($i * 500)ms"
337337
338+
# Wait additional time to ensure server is fully ready for connections
339+
Write-Host "Waiting additional 2 seconds for server to be ready..."
340+
Start-Sleep -Seconds 2
341+
338342
# Debug: Show pipe details
339343
if ($IsWindows) {
340344
Write-Host "=== Windows Named Pipes matching pattern ===" -ForegroundColor Cyan

0 commit comments

Comments
 (0)