Skip to content

Commit 05e5c2d

Browse files
committed
Revert "increase build timeout"
This reverts commit 387e01f.
1 parent fbc9378 commit 05e5c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-support/Jenkinsfile

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

4848
options {
4949
buildDiscarder(logRotator(numToKeepStr: '5'))
50-
timeout (time: 30, unit: 'HOURS')
50+
timeout (time: 24, unit: 'HOURS')
5151
timestamps()
5252
checkoutToSubdirectory('src')
5353
}

0 commit comments

Comments
 (0)