Skip to content

Commit b4e69bb

Browse files
authored
Fix arc prod pipeline timeout issue (#1564)
* Fix timeout issue * Add original wait time for pilot region
1 parent c27a99b commit b4e69bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pipelines/ci-arc-k8s-extension-prod-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ extends:
588588
jobs:
589589
- job: WaitJob
590590
displayName: Wait for Bake Time
591+
timeoutInMinutes: 1600
591592
pool: server
592593
steps:
593594
- task: Delay@1
@@ -864,6 +865,7 @@ extends:
864865
jobs:
865866
- job: WaitJob
866867
displayName: Wait for Bake Time
868+
timeoutInMinutes: 1600
867869
pool: server
868870
steps:
869871
- task: Delay@1
@@ -1140,6 +1142,7 @@ extends:
11401142
jobs:
11411143
- job: WaitJob
11421144
displayName: Wait for Bake Time
1145+
timeoutInMinutes: 1600
11431146
pool: server
11441147
steps:
11451148
- task: Delay@1

0 commit comments

Comments
 (0)