Skip to content

Commit dec2d7d

Browse files
committed
fix(ci): add timeout
Signed-off-by: markoburcul <marko@status.im>
1 parent 26630f3 commit dec2d7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pipeline {
1313

1414
options {
1515
disableConcurrentBuilds()
16+
timeout(time: 30, unit: 'MINUTES')
1617
/* manage how many builds we keep */
1718
buildDiscarder(logRotator(
1819
numToKeepStr: '20',

0 commit comments

Comments
 (0)