From e4f264f35bf3a09d056ff93a8b9dbeba77174019 Mon Sep 17 00:00:00 2001 From: Itay Brenner Date: Thu, 9 Oct 2025 18:08:40 -0300 Subject: [PATCH] chore(ci): Add timeout to UI tests --- .github/workflows/ui-tests-common.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ui-tests-common.yml b/.github/workflows/ui-tests-common.yml index 4b8c55612f..1c16cd4913 100644 --- a/.github/workflows/ui-tests-common.yml +++ b/.github/workflows/ui-tests-common.yml @@ -58,6 +58,7 @@ jobs: common-ui-tests: name: UI Tests Common runs-on: ${{ inputs.macos_version }} + timeout-minutes: 40 steps: - uses: actions/checkout@v5