From 7bcd8b9520737df8d678df5287b21fc282cf369d Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Wed, 18 Dec 2024 11:19:30 +0000 Subject: [PATCH] Set docker tesnorrt job timeout to 60 mins Signed-off-by: makaveli10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 311d8bb..0de36f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: build-and-push-docker-tensorrt: needs: [run-tests, check-code-format] - timeout-minutes: 20 + timeout-minutes: 60 runs-on: ubuntu-22.04 if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) steps: