Skip to content

Commit

Permalink
Increase static build pkging stage timeout by 60min to 120min (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu authored Nov 18, 2024
1 parent 5182246 commit 22a23f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jenkins/static.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def runCI =
def prj = new rocProject('rocPRIM', 'static')
prj.paths.build_command = './install -c -s'
prj.timeout.compile = 600
prj.timeout.packaging = 120

def nodes = new dockerNodes(nodeDetails, jobName, prj)

Expand Down

0 comments on commit 22a23f8

Please sign in to comment.