mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 19:24:07 +08:00
Restored 500ms delay in highgui test
This commit is contained in:
parent
197285d12a
commit
905d96dd4a
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user