From 77fba975a59b21ae9a9326afc855cc3dd78e76c6 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:41:40 -0700 Subject: [PATCH] Revert "Increase test-gpu-aoti runtime to 1 hour (#496)" (#506) This reverts commit f65b53f42c3b6e304d9fe31d4d7edefc4b8eae7c as it just contains a typo. --- .github/workflows/pull.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 97f5b7120..cbb2fb3ea 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -187,7 +187,6 @@ jobs: uses: pytorch/test-infra/.github/workflows/linux_job.yml@main name: test-gpu-aoti (${{ matrix.platform }}, ${{ matrix.model_name }}) needs: gather-models-gpu - timeout: 60 strategy: matrix: ${{ fromJSON(needs.gather-models-gpu.outputs.models) }} fail-fast: false