Skip to content

Commit da96d8d

Browse files
[GreenDragon] Bump Clang Stage 1 RA Build timeout to 120min (#454)
There are recent timeouts for 90min. Extend the timeout to make sure the job can finish.
1 parent 5520fd5 commit da96d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/jenkins/jobs/jobs/clang-stage1-RA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pipeline {
6262
MACOSX_DEPLOYMENT_TARGET="13.6"
6363
}
6464
steps {
65-
timeout(90) {
65+
timeout(120) {
6666
withCredentials([string(credentialsId: 's3_resource_bucket', variable: 'S3_BUCKET')]) {
6767
sh '''
6868
set -u

0 commit comments

Comments
 (0)