Skip to content

Commit 76e2b1b

Browse files
committed
Change the correct value #facepalm
1 parent 71ab3fb commit 76e2b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/scripts/TestApks.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<_EmulatorImageType Condition=" '$(_EmulatorImageType)' == '' ">google_apis_playstore</_EmulatorImageType>
2121
<_AdbEmulatorPort>5570</_AdbEmulatorPort>
2222
<_ApkSizesReferenceDirectory>$(MSBuildThisFileDirectory)..\..\tests\apk-sizes-reference</_ApkSizesReferenceDirectory>
23-
<_AdbEmulatorStartUpTimeout>180000</_AdbEmulatorStartUpTimeout>
23+
<_AdbEmulatorStartUpTimeout>240000</_AdbEmulatorStartUpTimeout>
2424
</PropertyGroup>
2525

2626
<ItemGroup>
@@ -30,7 +30,7 @@
3030

3131
<ItemDefinitionGroup>
3232
<TestApkInstrumentation>
33-
<TimeoutInMS>2400000</TimeoutInMS>
33+
<TimeoutInMS>1800000</TimeoutInMS>
3434
</TestApkInstrumentation>
3535
</ItemDefinitionGroup>
3636

0 commit comments

Comments
 (0)