Commit ece95b9
authored
give session e2e start the CLI's own readiness budget (#908)
The test capped `agent daemon start` at 15s while the CLI itself waits
up to 65s for daemon readiness. On a cold Windows runner the first
execs of lk.exe, uv, and python are each Defender-scanned, and the
chain (start daemon -> version probe -> spawn agent -> import
livekit.agents -> connect) can exceed 15s with every step succeeding —
the wrapper then kills the command mid-wait with no output. Wait 70s so
the test only fails when the CLI itself reports a startup failure.1 parent 59fbd30 commit ece95b9
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| |||
0 commit comments