From 5afd6af2c4d6efecd84f0756bd974c9616210452 Mon Sep 17 00:00:00 2001 From: hschlueter Date: Thu, 24 Mar 2022 11:29:52 +0000 Subject: [PATCH] Increase test frame processing wait time. PiperOrigin-RevId: 436961627 --- .../exoplayer2/transformer/FrameProcessorChainPixelTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/FrameProcessorChainPixelTest.java b/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/FrameProcessorChainPixelTest.java index 87429cc7f1..c4977c483f 100644 --- a/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/FrameProcessorChainPixelTest.java +++ b/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/FrameProcessorChainPixelTest.java @@ -68,7 +68,7 @@ public final class FrameProcessorChainPixelTest { * Time to wait for the decoded frame to populate the {@link FrameProcessorChain}'s input surface * and the {@link FrameProcessorChain} to finish processing the frame, in milliseconds. */ - private static final int FRAME_PROCESSING_WAIT_MS = 2000; + private static final int FRAME_PROCESSING_WAIT_MS = 5000; /** The ratio of width over height, for each pixel in a frame. */ private static final float PIXEL_WIDTH_HEIGHT_RATIO = 1;