Jenkins compile mac: double timeout (#11416)

This commit is contained in:
Daniel Agar
2019-02-08 14:09:08 -05:00
committed by GitHub
parent ab6ab97aa2
commit 13634e6757

View File

@@ -82,6 +82,6 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
timeout(time: 60, unit: 'MINUTES')
timeout(time: 120, unit: 'MINUTES')
}
}