tests: Fix fps test by increasing ring buffer

This commit is contained in:
Joni Räsänen 2022-09-07 13:02:36 +03:00
parent 6b883beb3f
commit 1186237260
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ TEST(FormatTests, h265_large_fps)
sender->configure_ctx(RCC_FPS_DENOMINATOR, 1);
receiver->configure_ctx(RCC_UDP_RCV_BUF_SIZE, 40 * 1000 * 1000);
receiver->configure_ctx(RCC_RING_BUFFER_SIZE, 40 * 1000 * 1000);
}
}