Skip to content
Snippets Groups Projects
Unverified Commit 13634e67 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

Jenkins compile mac: double timeout (#11416)

parent ab6ab97a
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,6 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
timeout(time: 60, unit: 'MINUTES')
timeout(time: 120, unit: 'MINUTES')
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment