Increase test frame processing wait time.

PiperOrigin-RevId: 436961627
This commit is contained in:
hschlueter 2022-03-24 11:29:52 +00:00 committed by Ian Baker
parent ea2fbfd0a1
commit c5e8503e2c

View File

@ -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;