Skip to content

Commit 9fa4d29

Browse files
authored
[ci] Increase MSBuild Emulator Tests timeout. (#8477)
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.
1 parent b830f57 commit 9fa4d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/yaml-templates/stage-msbuild-emulator-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stages:
2626
displayName: "macOS > Tests > MSBuild+Emulator"
2727
pool:
2828
vmImage: $(HostedMacImage)
29-
timeoutInMinutes: 90
29+
timeoutInMinutes: 180
3030
cancelTimeoutInMinutes: 5
3131
workspace:
3232
clean: all

0 commit comments

Comments
 (0)