mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
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:
committed by
greg landrum
parent
8aadd153a1
commit
85119ec262
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user