From 4b1bb8c7e51931771881467390ba7449f8d0f90f Mon Sep 17 00:00:00 2001 From: saienduri <77521230+saienduri@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:26:36 -0700 Subject: [PATCH] increase timeout minutes max --- .github/workflows/test_e2eshark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_e2eshark.yml b/.github/workflows/test_e2eshark.yml index f8cac1d3..ef3e0de2 100644 --- a/.github/workflows/test_e2eshark.yml +++ b/.github/workflows/test_e2eshark.yml @@ -11,8 +11,9 @@ on: # # Runs at 12:00 PM UTC, which is 5:00 AM PST # - cron: '0 12 * * *' -jobs: +jobs: e2eshark: + timeout-minutes: 480 name: "Models :: ${{ matrix.backend }} :: ${{ matrix.test-file }}" runs-on: ${{ matrix.runs-on }} strategy: