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
commit 9f201a8ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)));
//==========================================================================