Skip to content

Commit 8e31128

Browse files
datalogics-staylorGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request conan-io#54 from josepha/timeout
Set timeout to 2 hours.
2 parents 1762369 + c5b0308 commit 8e31128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pipeline {
4545
options{
4646
buildDiscarder logRotator(artifactDaysToKeepStr: '4', artifactNumToKeepStr: '10', daysToKeepStr: '7', numToKeepStr: '10')
4747
disableConcurrentBuilds()
48+
timeout(time: 2, unit: "HOURS")
4849
}
4950
agent {
5051
node {

0 commit comments

Comments
 (0)