Skip to content

Commit

Permalink
ci: bump timeout to 60 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Nov 2, 2024
1 parent bcfce20 commit 91b73d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 91b73d7

Please sign in to comment.