Skip to content

Commit b46e89f

Browse files
committed
Timeout extended to 30 HOURS
Signed-off-by: Maxim Nesen <[email protected]>
1 parent 7e7d339 commit b46e89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/jenkins/Jenkinsfile_ci_build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pipeline {
22
agent none
33

44
options {
5-
timeout(time: 30, activity: true, unit: 'MINUTES')
5+
timeout(time: 30, activity: true, unit: 'HOURS')
66
}
77

88
stages {
@@ -53,4 +53,4 @@ pipeline {
5353
}
5454
}
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)