Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 6cbf392

Browse files
committed
Build: Change pipeline timeout
1 parent bb3be9a commit 6cbf392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ pipeline {
5959
ansiColor('xterm')
6060
buildDiscarder(logRotator(artifactNumToKeepStr: '20',artifactDaysToKeepStr: '30'))
6161
disableConcurrentBuilds()
62-
timeout(time: 30, unit: 'MINUTES')
62+
timeout(time: 120, unit: 'MINUTES')
6363
}
6464
}

0 commit comments

Comments
 (0)