Merge pull request #22979 from alalek:fix_videio_test_limit_threads

videoio(test): reduce number of test threads
pull/22987/head
Alexander Smorkalov 2 years ago committed by GitHub
commit 9f201a8ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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