Skip to content

Commit

Permalink
Updated jenkins timeout (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
saratkumar-yb authored Sep 18, 2024
1 parent 680e878 commit 52932af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
node { label 'cdcsdk-docker-agent' }
}
options {
timeout(time: 4, unit: 'HOURS')
timeout(time: 8, unit: 'HOURS')
}
environment {
RELEASE_BUCKET_PATH = "s3://releases.yugabyte.com/debezium-connector-yugabytedb"
Expand Down

0 comments on commit 52932af

Please sign in to comment.