Fixing tests

This commit is contained in:
retropikzel 2025-10-29 18:17:45 +02:00
parent fea39aad06
commit 4badd1789b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
[(SCHEME): { [(SCHEME): {
stage("${SCHEME}") { stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "make SCHEME=${SCHEME} clean test-docker" sh "timeout 6000 make SCHEME=${SCHEME} clean test-docker"
archiveArtifacts artifacts: 'tmp/*/*.log', fingerprint: true archiveArtifacts artifacts: 'tmp/*/*.log', fingerprint: true
} }
} }