increase time limit for AITER tests (#2948)

This commit is contained in:
Illia Silin
2025-09-29 13:11:42 -07:00
committed by GitHub
parent 81458a6681
commit 35e116f5c0

2
Jenkinsfile vendored
View File

@@ -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"