1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #22979 from alalek:fix_videio_test_limit_threads

videoio(test): reduce number of test threads
This commit is contained in:
Alexander Smorkalov
2022-12-19 10:01:43 +03:00
committed by GitHub
+1 -1
View File
@@ -144,7 +144,7 @@ const videoio_read_params_t videoio_read_params[] =
};
INSTANTIATE_TEST_CASE_P(/**/, videoio_read, testing::Combine(testing::ValuesIn(videoio_read_params),
testing::Values(0, 1, 2, 2000),
testing::Values(0, 1, 2, 50),
testing::Values(true, false)));
//==========================================================================