Commit df10cbb
committed
test: Increase subprocess timeout for complex concurrency tests
The multi-threaded and mixed concurrency tests can take longer on CI
due to thread setup overhead and variable machine performance.
- Add configurable timeout parameter to _run_subprocess_test
- Use 20s timeout for multi-threaded test (4 threads)
- Use 30s timeout for mixed concurrency test (3 threads × 3 tasks)1 parent 2f5c0a9 commit df10cbb
1 file changed
+16
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
| |||
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
71 | | - | |
| 79 | + | |
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
| |||
253 | 261 | | |
254 | 262 | | |
255 | 263 | | |
256 | | - | |
| 264 | + | |
| 265 | + | |
257 | 266 | | |
258 | 267 | | |
259 | 268 | | |
| |||
316 | 325 | | |
317 | 326 | | |
318 | 327 | | |
319 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
0 commit comments