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
This commit is contained in:
parent
d5df227b3a
commit
792a2ae05d
@ -41,7 +41,7 @@ import org.junit.runner.RunWith;
|
|||||||
@RunWith(AndroidJUnit4.class)
|
@RunWith(AndroidJUnit4.class)
|
||||||
public class AudioPositionAdvancingTest {
|
public class AudioPositionAdvancingTest {
|
||||||
|
|
||||||
private static final int TIMEOUT_MS = 500;
|
private static final int TIMEOUT_MS = 10_000;
|
||||||
|
|
||||||
// Regression test for b/378871275
|
// Regression test for b/378871275
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user