ci: higher delay between UI Preview screenshots (#978)

This commit is contained in:
Jason Wen
2025-06-02 23:49:29 -04:00
committed by GitHub
parent a31a39624c
commit 1ee7b4ad0e
+1 -1
View File
@@ -26,7 +26,7 @@ from openpilot.tools.lib.framereader import FrameReader
from openpilot.tools.lib.route import Route
from openpilot.tools.lib.cache import DEFAULT_CACHE_DIR
UI_DELAY = 0.1 # may be slower on CI?
UI_DELAY = 0.5 # may be slower on CI?
TEST_ROUTE = "a2a0ccea32023010|2023-07-27--13-01-19"
STREAMS: list[tuple[VisionStreamType, CameraConfig, bytes]] = []