Skip to content

Commit

Permalink
increase build timeout (due to time needed to build all tasks)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlynomsft committed Oct 25, 2024
1 parent f37f61a commit ef07bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ extends:
- job: build_all_windows
displayName: Build all tasks (Windows)
condition: eq(variables.os, 'Windows_NT')
timeoutInMinutes: 360
timeoutInMinutes: 1440 # AntiMalware takes 3 hours to scan tasks.zip
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
Expand Down

0 comments on commit ef07bdb

Please sign in to comment.