Skip to content

Commit 2256f0e

Browse files
Merge pull request #1075 from ska-sa/eaton-test-jenkins
bump documentation build timeout
2 parents b450921 + 5f05c57 commit 2256f0e

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
@@ -140,7 +140,7 @@ pipeline {
140140
}
141141

142142
stage('Build documentation') {
143-
options { timeout(time: 5, unit: 'MINUTES') }
143+
options { timeout(time: 10, unit: 'MINUTES') }
144144
steps {
145145
// -W causes warnings to become errors.
146146
// --keep-going ensures we get all warnings instead of just the first.

0 commit comments

Comments
 (0)