Skip to content

Commit 6b37563

Browse files
authored
[CI] Set "WearOS Tests" parallelization to 2 agents. (#9639)
The "WearOS Test" job regularly takes over an hour to complete. Split the tests it runs into 2 parallel jobs to reduce the time taken to complete the stage.
1 parent f5b03a4 commit 6b37563

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ stages:
8181
timeoutInMinutes: 180
8282
cancelTimeoutInMinutes: 2
8383
strategy:
84-
parallel: 1
84+
parallel: 2
8585
variables:
8686
avdApiLevel: 30
8787
avdAbi: x86

0 commit comments

Comments
 (0)