From 93183d6b21fd1f42fc2a98b93e46fca0c5530b40 Mon Sep 17 00:00:00 2001 From: Andy Linfoot <78757007+andy-neuma@users.noreply.github.com> Date: Mon, 20 May 2024 17:44:29 -0400 Subject: [PATCH] increase timeouts (#253) SUMMARY: * increase "RELEASE" workflow timeouts to 12 hours TEST PLAN: will cherry pick and trigger job manually on release, `v0.3.0` Co-authored-by: andy-neuma --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9692111474b0..dcde64a0fcc96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,12 +26,12 @@ jobs: test_label_solo: aws-avx2-32G-a10g-24G test_label_multi: aws-avx2-192G-4-a10g-96G - test_timeout: 480 + test_timeout: 720 test_skip_list: neuralmagic/tests/skip-for-release.txt benchmark_label: aws-avx2-32G-a10g-24G benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt - benchmark_timeout: 180 + benchmark_timeout: 720 push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }} secrets: inherit @@ -44,12 +44,12 @@ jobs: test_label_solo: aws-avx2-32G-a10g-24G test_label_multi: aws-avx2-192G-4-a10g-96G - test_timeout: 480 + test_timeout: 720 test_skip_list: neuralmagic/tests/skip-for-release.txt benchmark_label: aws-avx2-32G-a10g-24G benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt - benchmark_timeout: 180 + benchmark_timeout: 720 push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }} secrets: inherit @@ -62,12 +62,12 @@ jobs: test_label_solo: aws-avx2-32G-a10g-24G test_label_multi: aws-avx2-192G-4-a10g-96G - test_timeout: 480 + test_timeout: 720 test_skip_list: neuralmagic/tests/skip-for-release.txt benchmark_label: aws-avx2-32G-a10g-24G benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt - benchmark_timeout: 180 + benchmark_timeout: 720 push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }} secrets: inherit @@ -80,11 +80,11 @@ jobs: test_label_solo: aws-avx2-32G-a10g-24G test_label_multi: aws-avx2-192G-4-a10g-96G - test_timeout: 480 + test_timeout: 720 test_skip_list: neuralmagic/tests/skip-for-release.txt benchmark_label: aws-avx2-32G-a10g-24G benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt - benchmark_timeout: 180 + benchmark_timeout: 720 push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }} secrets: inherit