From 68fa268d9970f1c72135ea8e4c52f70f7573a8fd Mon Sep 17 00:00:00 2001 From: Agnes Leroy Date: Wed, 10 Dec 2025 17:28:10 +0100 Subject: [PATCH] chore(gpu): increase timeout for valgrind run --- .github/workflows/gpu_code_validation_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gpu_code_validation_tests.yml b/.github/workflows/gpu_code_validation_tests.yml index a4a7675db..98138a056 100644 --- a/.github/workflows/gpu_code_validation_tests.yml +++ b/.github/workflows/gpu_code_validation_tests.yml @@ -68,7 +68,7 @@ jobs: group: ${{ github.workflow_ref }} cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} runs-on: ${{ needs.setup-instance.outputs.runner-name }} - timeout-minutes: 5760 + timeout-minutes: 14400 strategy: fail-fast: false # explicit include-based build matrix, of known valid options