Skip to content

Commit f3aa6c9

Browse files
committed
ruby: increase build time limit
1 parent 79571c6 commit f3aa6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ruby-build-pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pipeline {
8282
}
8383
stage("gem") {
8484
options {
85-
timeout(time: 30, unit: 'MINUTES')
85+
timeout(time: 50, unit: 'MINUTES')
8686
}
8787
steps {
8888
timestamps {

0 commit comments

Comments
 (0)