From ea5d7a7acb52ecf7120775ba9b634fe3bf1f76f6 Mon Sep 17 00:00:00 2001 From: Evan Baker Date: Wed, 14 Sep 2022 23:28:01 +0000 Subject: [PATCH] increase win container build job timeout to 120m Signed-off-by: Evan Baker --- .pipelines/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pipelines/pipeline.yaml b/.pipelines/pipeline.yaml index 25c5f879d7..1f5c8fb56d 100644 --- a/.pipelines/pipeline.yaml +++ b/.pipelines/pipeline.yaml @@ -202,6 +202,7 @@ stages: os: $(os) arch: $(arch) - job: containerize_windows_amd64 + timeoutInMinutes: 120 displayName: Build Images variables: TAG: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.Tag'] ]