mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
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:
parent
2a3e733161
commit
3b897241d2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user