increased time-limits

This commit is contained in:
Anna Kogan
2012-11-28 14:13:24 +04:00
parent 157cdeb443
commit 8877066846
10 changed files with 12 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ PERF_TEST_P(Size_MatType, add, TYPICAL_MATS_CORE_ARITHM)
cv::Mat c = Mat(sz, type);
declare.in(a, b, WARMUP_RNG).out(c);
declare.time(50);
if (CV_MAT_DEPTH(type) == CV_32S)
{