videoio(test): reduce number of test threads

pull/22979/head
Alexander Alekhin 2 years ago
parent 6db9fcbc30
commit cdaf4c7321
  1. 2
      modules/videoio/test/test_ffmpeg.cpp

@ -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…
Cancel
Save