From c2be5afb7aaa78838fa29705e0be85a6a3fe53b5 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:11:42 -0700 Subject: [PATCH] increase time limit for AITER tests (#2948) [ROCm/composable_kernel commit: 35e116f5c088dc7673856e8a78539243e61044dc] --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 26fedfa1ab..bb904052bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -852,7 +852,7 @@ def run_aiter_tests(Map conf=[:]){ } withDockerContainer(image: image, args: dockerOpts) { - timeout(time: 2, unit: 'HOURS'){ + timeout(time: 5, unit: 'HOURS'){ try{ sh "rocminfo" sh "python3 --version"