Skip to content

Commit 49915fa

Browse files
authored
Increase timeout from 120 to 150 minutes (#85)
* Increase timeout from 120 to 150 minutes * Update CHANGELOG for version 2.3.1
1 parent 2aeac3f commit 49915fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**2.3.1 - 02/23/26**
2+
3+
- Increase cleanup job timeout
4+
15
**2.3.0 - 02/18/26**
26

37
- Feature: Support python 3.13

Jenkinsfile.cleanup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99

1010
options {
1111
skipDefaultCheckout()
12-
timeout(time: 120, unit: 'MINUTES')
12+
timeout(time: 150, unit: 'MINUTES')
1313
timestamps()
1414
buildDiscarder(logRotator(numToKeepStr: '30'))
1515
}

0 commit comments

Comments
 (0)