mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
Jenkins increase test timeout
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ pipeline {
|
||||
agent none
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '10'))
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
timeout(time: 60, unit: 'MINUTES')
|
||||
timestamps()
|
||||
}
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user