We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc7f95 commit f9d4f3dCopy full SHA for f9d4f3d
1 file changed
.github/workflows/cross-platform-test.yml
@@ -336,8 +336,8 @@ jobs:
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
+ Write-Host "Waiting additional 3 seconds for server to be ready..."
+ Start-Sleep -Seconds 3
341
342
# Debug: Show pipe details
343
if ($IsWindows) {
0 commit comments