mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
videoio(test): reduce number of test threads
This commit is contained in:
parent
6db9fcbc30
commit
cdaf4c7321
@ -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)));
|
||||
|
||||
//==========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user