From ab234c72a31af11eb63f9f1d4304db1eaa44a996 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 23 Oct 2025 00:55:31 -0700 Subject: [PATCH] wait slightly longer to take screenshot --- selfdrive/ui/tests/test_ui/raylib_screenshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/tests/test_ui/raylib_screenshots.py b/selfdrive/ui/tests/test_ui/raylib_screenshots.py index 29fae5b61c..3080b55b95 100755 --- a/selfdrive/ui/tests/test_ui/raylib_screenshots.py +++ b/selfdrive/ui/tests/test_ui/raylib_screenshots.py @@ -25,7 +25,7 @@ AlertStatus = log.SelfdriveState.AlertStatus TEST_DIR = pathlib.Path(__file__).parent TEST_OUTPUT_DIR = TEST_DIR / "raylib_report" SCREENSHOTS_DIR = TEST_OUTPUT_DIR / "screenshots" -UI_DELAY = 0.2 +UI_DELAY = 0.5 BRANCH_NAME = "this-is-a-really-super-mega-ultra-max-extreme-ultimate-long-branch-name" VERSION = f"0.10.1 / {BRANCH_NAME} / 7864838 / Oct 03"