Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
@@ -23,7 +23,7 @@ pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
- timeout (time: 5, unit: 'HOURS')
+ timeout (time: 20, unit: 'HOURS')
timestamps()
checkoutToSubdirectory('src')
}