aboutsummaryrefslogtreecommitdiffstats
path: root/community/gwenview/fix-imagescalertest.patch
blob: bb493c059c127013fd4140959488d82444166072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/auto/imagescalertest.cpp b/tests/auto/imagescalertest.cpp
index fdcc953..41b70b3 100644
--- a/tests/auto/imagescalertest.cpp
+++ b/tests/auto/imagescalertest.cpp
@@ -53,7 +53,7 @@ void ImageScalerTest::testScaleFullImage()
 
     QSignalSpy spy(&scaler, SIGNAL(scaledRect(int,int,QImage)));
 
-    bool ok = spy.wait(30);
+    bool ok = spy.wait(500);
     QVERIFY2(ok, "ImageScaler did not emit scaledRect() signal in time");
 
     // Document should be fully loaded by the time image scaler is done