mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
Jenkins: hardware increase timeout
This commit is contained in:
+12
-12
@@ -69,7 +69,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -143,7 +143,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -216,7 +216,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -290,7 +290,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -365,7 +365,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -440,7 +440,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -513,7 +513,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -588,7 +588,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -661,7 +661,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -740,7 +740,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -813,7 +813,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
} // stage test
|
} // stage test
|
||||||
}
|
}
|
||||||
@@ -828,7 +828,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40'))
|
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40'))
|
||||||
timeout(time: 60, unit: 'MINUTES')
|
timeout(time: 90, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user