From 1779ceb30e051040f7a828097370fd5c9660d42c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 2 Sep 2024 17:12:53 -0700 Subject: [PATCH] CI: update ui_preview timeout old-commit-hash: 9d5eab9659f3e4ac5fcd4e336a5a508bf0bbd22f --- .github/workflows/ui_preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui_preview.yaml b/.github/workflows/ui_preview.yaml index 0cd90c2481..c6d70e9ceb 100644 --- a/.github/workflows/ui_preview.yaml +++ b/.github/workflows/ui_preview.yaml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'commaai/openpilot' name: preview runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 20 permissions: contents: read pull-requests: write