From 5c73caa2debd3ba878c0551b809e2c373b73e662 Mon Sep 17 00:00:00 2001 From: Jirka Date: Thu, 16 Jul 2020 12:28:20 +0200 Subject: [PATCH] timeout --- .github/workflows/ci-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index d1da775..1aff601 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -15,6 +15,7 @@ jobs: yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"] # Timeout: https://stackoverflow.com/a/59076067/4521646 + timeout-minutes: 50 steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}