Skip to content

Commit

Permalink
[releng] Remove global 1 hour timeout
Browse files Browse the repository at this point in the history
When several PRs are pushed simultaneously, each PR can occupy part of
the 4 free slots. So parallel sub-stages can take several minutes to
actually start (even if the timeout starts at the start of the "parent"
stage).
FYI, a timeout already exists individually on each sub-stage (currently
set at 2 hours).
  • Loading branch information
lredor authored and pcdavid committed Jan 26, 2024
1 parent 0cf5a37 commit 5bec348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pipeline {
options {
timestamps ()
disableConcurrentBuilds()
timeout(time: 1, unit: 'HOURS')
}

stages {
Expand Down

0 comments on commit 5bec348

Please sign in to comment.