Skip to content

Commit

Permalink
chore: increase timeout for tests to 30 minutes
Browse files Browse the repository at this point in the history
Attempt 1
  • Loading branch information
siddarthkay committed Mar 22, 2024
1 parent ebc12c3 commit 48a1ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.tests
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: 20, unit: 'MINUTES')
timeout(time: 30, unit: 'MINUTES')
/* Limit builds retained */
buildDiscarder(logRotator(
numToKeepStr: '10',
Expand Down

0 comments on commit 48a1ae0

Please sign in to comment.