Skip to content

Commit

Permalink
[ci] Increase MSBuild Emulator Tests timeout. (#8477)
Browse files Browse the repository at this point in the history
Our MSBuild Emulator Tests are bumping up against the 90 minute timeout specified by CI, causing legitimate runs to fail. Bump the timeout to 180 minutes like most of our other CI stages.
  • Loading branch information
jpobst authored Oct 31, 2023
1 parent b830f57 commit 9fa4d29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stages:
displayName: "macOS > Tests > MSBuild+Emulator"
pool:
vmImage: $(HostedMacImage)
timeoutInMinutes: 90
timeoutInMinutes: 180
cancelTimeoutInMinutes: 5
workspace:
clean: all
Expand Down

0 comments on commit 9fa4d29

Please sign in to comment.