We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ab3fb commit 76e2b1bCopy full SHA for 76e2b1b
build-tools/scripts/TestApks.targets
@@ -20,7 +20,7 @@
20
<_EmulatorImageType Condition=" '$(_EmulatorImageType)' == '' ">google_apis_playstore</_EmulatorImageType>
21
<_AdbEmulatorPort>5570</_AdbEmulatorPort>
22
<_ApkSizesReferenceDirectory>$(MSBuildThisFileDirectory)..\..\tests\apk-sizes-reference</_ApkSizesReferenceDirectory>
23
- <_AdbEmulatorStartUpTimeout>180000</_AdbEmulatorStartUpTimeout>
+ <_AdbEmulatorStartUpTimeout>240000</_AdbEmulatorStartUpTimeout>
24
</PropertyGroup>
25
26
<ItemGroup>
@@ -30,7 +30,7 @@
30
31
<ItemDefinitionGroup>
32
<TestApkInstrumentation>
33
- <TimeoutInMS>2400000</TimeoutInMS>
+ <TimeoutInMS>1800000</TimeoutInMS>
34
</TestApkInstrumentation>
35
</ItemDefinitionGroup>
36
0 commit comments