Increase timeout for AudioPositionAdvancingTest

500ms may not be enough to start playback on a slow device

#cherrypick

PiperOrigin-RevId: 726940099
(cherry picked from commit 792a2ae05dbade27d9cd5a8923a1f3cebf083a91)
This commit is contained in:
tonihei 2025-02-14 08:35:41 -08:00
parent 2a3e733161
commit 3b897241d2

View File

@ -41,7 +41,7 @@ import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
public class AudioPositionAdvancingTest {
private static final int TIMEOUT_MS = 500;
private static final int TIMEOUT_MS = 10_000;
// Regression test for b/378871275
@Test