Skip to content

Commit

Permalink
[CI] increase timeout of website build to 120 mins
Browse files Browse the repository at this point in the history

Descriptions of the changes in this PR:

*Motivation*

Since we have more releases, the build time for website is increasing to beyond 30 min.
Increase it to 120 mins for now




Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Jia Zhai <None>

This closes apache#1844 from sijie/change_website_buildtime
  • Loading branch information
sijie authored Nov 30, 2018
1 parent 079013e commit ce81fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/jenkins/common_job_properties.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class common_job_properties {
'https://gitbox.apache.org/repos/asf/bookkeeper.git',
branch,
'git-websites',
30)
120)
}

// Sets common top-level job properties for main repository jobs.
Expand Down

0 comments on commit ce81fe8

Please sign in to comment.