Procházet zdrojové kódy

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

GitOrigin-RevId: 9d9b675d4603da761b725ab0470ecc7af4141ef0
Jakob Ackermann před 1 rokem
rodič
revize
b6b6bf82bd
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 1 0
      server-ce/test/Jenkinsfile
  2. 1 0
      services/web/Jenkinsfile

+ 1 - 0
server-ce/test/Jenkinsfile

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

+ 1 - 0
services/web/Jenkinsfile

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