Increase test frame processing wait time.
PiperOrigin-RevId: 436961627
This commit is contained in:
parent
ea2fbfd0a1
commit
c5e8503e2c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user