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

Increase Jenkins' timeout to 5 hours.

Needed for the large tests to finish.
parent 6d332be6
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: 4, unit: 'HOURS')
timeout(time: 5, 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