From 1147f5822549b072e9715d7c4ea993de56dd0117 Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Mon, 19 Feb 2024 05:13:03 -0500 Subject: [PATCH] increase job timeout --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d33d584..4ee92e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,7 @@ jobs: build-and-push-docker-gpu: needs: [run-tests, check-code-format] + timeout-minutes: 20 runs-on: ubuntu-22.04 if: github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main') steps: