Increase ExoplayerEffectPlaybackSeekTest time out

This test will be moved so that it is run on emulators, which are
generally slower to run.

PiperOrigin-RevId: 670495551
This commit is contained in:
kimvde 2024-09-03 04:10:19 -07:00 committed by Copybara-Service
parent 95f69b649d
commit af2f9cb37f

View File

@ -55,7 +55,7 @@ public final class ExoplayerEffectPlaybackSeekTest {
// This timeout is made longer for emulators - see
// ExternalTextureManager.SURFACE_TEXTURE_TIMEOUT_MS.
private static final long TEST_TIMEOUT_MS = 20_000;
private static final long TEST_TIMEOUT_MS = 60_000;
@Rule
public ActivityScenarioRule<SurfaceTestActivity> rule =