increase max time for win64 CI builds (#8709)

we keep getting failures due to this, so we might as well increase the allowed time
This commit is contained in:
Greg Landrum
2025-08-15 16:18:05 +02:00
committed by greg landrum
parent 8aadd153a1
commit 85119ec262

View File

@@ -72,7 +72,7 @@ jobs:
steps:
- template: .azure-pipelines/mac_build_java.yml
- job: Windows_VS2022_x64
timeoutInMinutes: 120
timeoutInMinutes: 150
pool:
vmImage: windows-2022
variables: