From bf5ff7d9bddc0517136b8b8d5dbd0ce3b0bceb9b Mon Sep 17 00:00:00 2001 From: calebboyd Date: Fri, 21 Jun 2019 15:20:21 -0500 Subject: [PATCH] chore: set build limit to two hours --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94f8554..9684318 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ jobs: - job: BaseBuild - timeoutInMinutes: 0 + timeoutInMinutes: 120 strategy: matrix: linux: