From 0256115cfb4e05903ed8bec97b135f745c4cd821 Mon Sep 17 00:00:00 2001 From: Masahiro Tanaka Date: Sun, 11 Jan 2026 23:20:13 -0800 Subject: [PATCH] add timeout to test workflows Signed-off-by: Masahiro Tanaka --- .github/workflows/aws-accelerate.yml | 1 + .github/workflows/aws-torch-latest.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/aws-accelerate.yml b/.github/workflows/aws-accelerate.yml index 2ab293543ebd..19c68d3d0b25 100644 --- a/.github/workflows/aws-accelerate.yml +++ b/.github/workflows/aws-accelerate.yml @@ -47,6 +47,7 @@ jobs: needs: check-paths if: needs.check-paths.outputs.should_run == 'true' runs-on: [self-hosted, gpu-ci, gpu-l40s, l40s-1gpu, aws] + timeout-minutes: 60 container: image: nvidia/cuda:12.6.3-devel-ubuntu22.04 diff --git a/.github/workflows/aws-torch-latest.yml b/.github/workflows/aws-torch-latest.yml index d321990345dc..45d9b23ff891 100644 --- a/.github/workflows/aws-torch-latest.yml +++ b/.github/workflows/aws-torch-latest.yml @@ -46,6 +46,7 @@ jobs: needs: check-paths if: needs.check-paths.outputs.should_run == 'true' runs-on: [self-hosted, gpu-ci, gpu-l40s, l40s-4gpu, aws] + timeout-minutes: 60 container: image: nvidia/cuda:12.6.3-devel-ubuntu22.04