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

@@ -64,7 +64,7 @@ PERF_TEST_P(Sz_Depth_Cn_WinSz_BlockSz, Denoising_NonLocalMeans,
Values(21),
Values(5)))
{
declare.time(60.0);
declare.time(600.0);
const cv::Size size = GET_PARAM(0);
const int depth = GET_PARAM(1);