We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b8c5f commit cfc7f95Copy full SHA for cfc7f95
1 file changed
.github/workflows/cross-platform-test.yml
@@ -335,6 +335,10 @@ jobs:
335
if ($pipeReady) {
336
Write-Host "Named Pipe ready after $($i * 500)ms"
337
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
+
342
# Debug: Show pipe details
343
if ($IsWindows) {
344
Write-Host "=== Windows Named Pipes matching pattern ===" -ForegroundColor Cyan
0 commit comments