Skip to content

Commit f9d4f3d

Browse files
committed
Increase wait time to 3 seconds after Named Pipe detection
1 parent cfc7f95 commit f9d4f3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ jobs:
336336
Write-Host "Named Pipe ready after $($i * 500)ms"
337337
338338
# 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
339+
Write-Host "Waiting additional 3 seconds for server to be ready..."
340+
Start-Sleep -Seconds 3
341341
342342
# Debug: Show pipe details
343343
if ($IsWindows) {

0 commit comments

Comments
 (0)