diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 0521475aef52..7f05ee57407c 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -10,7 +10,7 @@ pipeline { options { timestamps() /* Prevent Jenkins jobs from running forever */ - timeout(time: 30, unit: 'MINUTES') + timeout(time: 60, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '10',