Skip to content

Commit e1b2657

Browse files
authored
[Jenkins] clang-san-iossim: Bump up the timeout
1 parent b6b55a2 commit e1b2657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/jenkins/jobs/jobs/clang-san-iossim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pipeline {
4545
MACOSX_DEPLOYMENT_TARGET="10.14"
4646
}
4747
steps {
48-
timeout(90) {
48+
timeout(120) {
4949
withCredentials([string(credentialsId: 's3_resource_bucket', variable: 'S3_BUCKET')]) {
5050
sh '''
5151
set -u

0 commit comments

Comments
 (0)