From 7219e7d30afa68aaa9eaa5ccf9dafae07c2dfa0a Mon Sep 17 00:00:00 2001 From: saienduri <77521230+saienduri@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:02:47 -0700 Subject: [PATCH] increase max timeout --- .github/workflows/test_e2eshark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_e2eshark.yml b/.github/workflows/test_e2eshark.yml index 4dfa690a..41fa2b54 100644 --- a/.github/workflows/test_e2eshark.yml +++ b/.github/workflows/test_e2eshark.yml @@ -13,7 +13,7 @@ on: jobs: e2eshark: - timeout-minutes: 480 + timeout-minutes: 600 name: "Models :: ${{ matrix.backend }} :: ${{ matrix.test-file }}" runs-on: ${{ matrix.runs-on }} strategy: