Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
ci: increase timeout (elastic#28389)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 13, 2021
1 parent 5cc5d0f commit e454c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
XPACK_MODULE_PATTERN = '^x-pack\\/[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*'
}
options {
timeout(time: 4, unit: 'HOURS')
timeout(time: 6, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '20', daysToKeepStr: '30'))
timestamps()
ansiColor('xterm')
Expand Down

0 comments on commit e454c2b

Please sign in to comment.