Commit c5e8503e by hschlueter Committed by Ian Baker

Increase test frame processing wait time.

PiperOrigin-RevId: 436961627
parent ea2fbfd0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment