From c5d650418cec0f4cd1cab8d4f36f3aa975cbfd86 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:03:31 +0000 Subject: [PATCH] increase timeout Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> --- .github/workflows/reusable-build-test-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-test-config.yml b/.github/workflows/reusable-build-test-config.yml index 6b6b5404a8..0cfb0da768 100644 --- a/.github/workflows/reusable-build-test-config.yml +++ b/.github/workflows/reusable-build-test-config.yml @@ -77,7 +77,7 @@ jobs: runs-on: ${{ fromJSON(inputs.runs_on) }} container: ${{ inputs.image != '' && inputs.image || null }} # Sanitizer builds on GCC are taking longer than 60mins. Hence increasing the timeout to 90mins. - timeout-minutes: ${{ inputs.sanitizers != '' && 150 || 60 }} + timeout-minutes: ${{ inputs.sanitizers != '' && 360 || 60 }} env: # Use a namespace to keep the objects separate for each configuration. CCACHE_NAMESPACE: ${{ inputs.config_name }}