From 81c215527d39837808a324075d6290afb3a5a4b2 Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Thu, 12 Dec 2024 13:13:53 -0500 Subject: [PATCH] chore(ci): SMP Upgrade (#22010) * Updates smp-cli to use latest version * Fixes incorrect env var substitution in regression workflow * Increases timeout --------- Co-authored-by: Pavlos Rontidis Co-authored-by: Jesse Szwedko --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 32a2327c5e0ac..cddbf1929f4bc 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -367,7 +367,7 @@ jobs: submit-job: name: Submit regression job runs-on: ubuntu-22.04 - timeout-minutes: 70 + timeout-minutes: 120 needs: - should-run-gate - resolve-inputs