Commit e41d8ff
committed
build: update
Previously, if `waitForMatch` failed to find a match, the CI process could hang indefinitely. This commit updates the method to ensure it fails after a 60-second timeout, preventing such blocks.
Example: https://github.com/angular/angular-cli/actions/runs/12709516529/job/35428835418?pr=29318
(cherry picked from commit a67825e)_exec to handle timeouts gracefully when waitForMatch does not match within 60 seconds.1 parent d0ad668 commit e41d8ff
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
161 | 180 | | |
162 | 181 | | |
163 | 182 | | |
| |||
0 commit comments