From 756cf169393d16572f9dcea85dfea56271be1cb5 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Thu, 13 Jun 2024 17:43:37 +0900 Subject: [PATCH] increase timeout for e2e to 4 hours --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 66deef6d..375f58d0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,7 +16,7 @@ jobs: E2E-Test: runs-on: [large-disk] needs: Sanity-Checks - timeout-minutes: 120 + timeout-minutes: 240 # This is what will cancel the job concurrency concurrency: group: ${{ github.workflow }}-E2E-${{ github.ref }}