Commit afe0caa
authored
CI: Increase stop timeout for Python operator example (dora-rs#1361)
The object detection node might be slow to initialize because of the
`model = YOLO("yolov8n.pt")` line.
The stop-after timer does not wait until initialization is complete, so
the stop might happen before all nodes/operators have been initialized.
This led to CI failures, such as
https://github.com/dora-rs/dora/actions/runs/22112921232/job/63929565837?pr=1358
By increasing the stop-after duration, we increase the chance that the
operator is initialized when the stop is triggered.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| |||
0 commit comments