Commit e06f12f
fix(e2e): wait for local wheel server to be ready before proceeding
The start_local_wheel_server function launches python3 http.server in
the background but returns immediately. On macOS CI runners the server
can take a moment to start listening, causing uv to fail with TCP
connect timeouts. Add a readiness poll loop that waits up to 15 seconds
for the server to respond before returning.
Closes: #924
Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>1 parent 8a093fc commit e06f12f
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
83 | 100 | | |
0 commit comments