Commit 905d96dd authored by Maksim Shabunin's avatar Maksim Shabunin

Restored 500ms delay in highgui test

parent 197285d1
......@@ -47,7 +47,7 @@ namespace opencv_test { namespace {
inline void verify_size(const std::string &nm, const cv::Mat &img)
{
EXPECT_NO_THROW(imshow(nm, img));
EXPECT_EQ(-1, waitKey(100));
EXPECT_EQ(-1, waitKey(500));
Rect rc;
EXPECT_NO_THROW(rc = getWindowImageRect(nm));
EXPECT_EQ(rc.size(), img.size());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment