diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 027616765c..f3c0e4e1b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,10 @@ trigger: - main - release* + +pr: + - main + - release* resources: - repo: self @@ -9,7 +13,7 @@ stages: - stage: Build jobs: - job: Windows - timeoutInMinutes: 90 + timeoutInMinutes: 120 pool: vmImage: windows-2022 @@ -40,7 +44,7 @@ stages: displayName: 'DXIL Tests' - job: Nix - timeoutInMinutes: 90 + timeoutInMinutes: 120 variables: macOS: macOS-latest