Skip to content
Snippets Groups Projects
Commit 52e4d1bc authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Jenkins; Increase timeout to 6h.

parent b994eb6b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ pipeline {
ansiColor('xterm')
timestamps()
buildDiscarder(logRotator(numToKeepStr: '30', artifactNumToKeepStr: '10'))
timeout(time: 5, unit: 'HOURS')
timeout(time: 6, unit: 'HOURS')
}
stages {
// *************************** Git Check **********************************
......
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