Fixing tests

This commit is contained in:
retropikzel 2025-09-14 13:43:53 +03:00
parent 9c6208e7cb
commit 6a58eb5e06
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
timeout(time: 1, unit: 'HOURS)
timeout(time: 1, unit: 'HOURS')
}
parameters {