Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.7] Cherry pick Increase staggered build timeout (#18568) #18585

Merged
merged 2 commits into from
Jul 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile_full
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/

// timeout in minutes
def max_time = 30
def max_time = 60

def buildJobs = [
'centos-cpu',
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile_sanity
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/

// timeout in minutes
max_time = 180
max_time = 60

node('utility') {
// Loading the utilities requires a node context unfortunately
Expand Down