[monorepo] try harder at timing out Jenkins builds (#27897)

GitOrigin-RevId: 9d9b675d4603da761b725ab0470ecc7af4141ef0
This commit is contained in:
Jakob Ackermann
2025-08-13 17:30:09 +02:00
committed by Copybot
parent 8ca50ca0e1
commit b6b6bf82bd
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ pipeline {
options {
timestamps()
parallelsAlwaysFailFast()
timeout(time: 15, unit: 'MINUTES')
}
environment {