increased time limits in perf tests

This commit is contained in:
Vladislav Vinogradov
2013-03-20 11:49:33 +04:00
parent 321070ccf0
commit 83def21ba9
6 changed files with 16 additions and 8 deletions

View File

@@ -55,6 +55,8 @@ PERF_TEST_P(Image_NFeatures, Features2D_ORB,
Combine(Values<string>("gpu/perf/aloe.png"),
Values(4000)))
{
declare.time(300.0);
const cv::Mat img = readImage(GET_PARAM(0), cv::IMREAD_GRAYSCALE);
ASSERT_FALSE(img.empty());