Skip to content

Commit

Permalink
Revert "increase build timeout"
Browse files Browse the repository at this point in the history
This reverts commit 387e01f.
  • Loading branch information
virajjasani committed Feb 24, 2022
1 parent fbc9378 commit 05e5c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipeline {

options {
buildDiscarder(logRotator(numToKeepStr: '5'))
timeout (time: 30, unit: 'HOURS')
timeout (time: 24, unit: 'HOURS')
timestamps()
checkoutToSubdirectory('src')
}
Expand Down

0 comments on commit 05e5c2d

Please sign in to comment.