From e562559cce413afe8afe2e918e23a443aefb71e6 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Thu, 12 Dec 2024 09:24:49 -0800 Subject: [PATCH] Increase all timeouts in pkgci_regression_test.yml. (#19477) Follow-up to https://github.com/iree-org/iree/pull/19472. CI is still showing timeouts: https://github.com/iree-org/iree/actions/runs/12300081495/job/34328004297#step:6:390 ci-exactly: build_packages, regression_test --- .github/workflows/pkgci_regression_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pkgci_regression_test.yml b/.github/workflows/pkgci_regression_test.yml index 1b22e6ee8950..04ae87f37105 100644 --- a/.github/workflows/pkgci_regression_test.yml +++ b/.github/workflows/pkgci_regression_test.yml @@ -189,7 +189,7 @@ jobs: -rpfE \ --capture=no \ --log-cli-level=info \ - --timeout=240 \ + --timeout=600 \ --durations=0 env: ROCM_CHIP: ${{ matrix.rocm-chip }} @@ -203,7 +203,7 @@ jobs: -rpfE \ --capture=no \ --log-cli-level=info \ - --timeout=240 \ + --timeout=600 \ --durations=0 env: ROCM_CHIP: ${{ matrix.rocm-chip }} @@ -227,7 +227,7 @@ jobs: --goldensize-rocm-clip-bytes 860000 \ --goldensize-rocm-vae-bytes 840000 \ --rocm-chip gfx90a \ - --timeout=240 \ + --timeout=600 \ --log-cli-level=info \ --retries 7 echo "$(> $GITHUB_STEP_SUMMARY @@ -256,6 +256,6 @@ jobs: --goldensize-rocm-punet-int8-fp8-bytes 2800000 \ --rocm-chip gfx942 \ --log-cli-level=info \ - --timeout=240 \ + --timeout=600 \ --retries 7 echo "$(> $GITHUB_STEP_SUMMARY