Skip to content

Commit e562559

Browse files
authored
Increase all timeouts in pkgci_regression_test.yml. (#19477)
Follow-up to #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
1 parent 9b8595d commit e562559

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pkgci_regression_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
-rpfE \
190190
--capture=no \
191191
--log-cli-level=info \
192-
--timeout=240 \
192+
--timeout=600 \
193193
--durations=0
194194
env:
195195
ROCM_CHIP: ${{ matrix.rocm-chip }}
@@ -203,7 +203,7 @@ jobs:
203203
-rpfE \
204204
--capture=no \
205205
--log-cli-level=info \
206-
--timeout=240 \
206+
--timeout=600 \
207207
--durations=0
208208
env:
209209
ROCM_CHIP: ${{ matrix.rocm-chip }}
@@ -227,7 +227,7 @@ jobs:
227227
--goldensize-rocm-clip-bytes 860000 \
228228
--goldensize-rocm-vae-bytes 840000 \
229229
--rocm-chip gfx90a \
230-
--timeout=240 \
230+
--timeout=600 \
231231
--log-cli-level=info \
232232
--retries 7
233233
echo "$(<job_summary.md )" >> $GITHUB_STEP_SUMMARY
@@ -256,6 +256,6 @@ jobs:
256256
--goldensize-rocm-punet-int8-fp8-bytes 2800000 \
257257
--rocm-chip gfx942 \
258258
--log-cli-level=info \
259-
--timeout=240 \
259+
--timeout=600 \
260260
--retries 7
261261
echo "$(<job_summary.md )" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)