Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-03-11 13:41:45 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2022-03-11 13:41:45 +0300
commitd99cd9d4983e486831d822f78a980c332c3f3d46 (patch)
tree4194db267d5b624d777e60a8eec0f097d960bc80
parent616995f9e382ed6ffbf9a333191d939a4bc4f7f4 (diff)
Bump timeouts in CI
Some macOS builds hit the 2 hour timeout.
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8a9e243f3b1e..f8228a2e09d2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -28,7 +28,7 @@ stages:
############ LINUX BUILD ############
- job: Build_Linux
displayName: Linux
- timeoutInMinutes: 120
+ timeoutInMinutes: 180
strategy:
matrix:
x64:
@@ -86,7 +86,7 @@ stages:
############ MACOS BUILD ############
- job: Build_macOS
displayName: macOS
- timeoutInMinutes: 120
+ timeoutInMinutes: 180
strategy:
matrix:
x64:
@@ -125,7 +125,7 @@ stages:
############ WINDOWS BUILD ############
- job: Build_Windows
displayName: Windows
- timeoutInMinutes: 140
+ timeoutInMinutes: 180
strategy:
matrix:
x64: