aboutsummaryrefslogtreecommitdiffstats
path: root/community/gwenview/fix-imagescalertest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gwenview/fix-imagescalertest.patch')
-rw-r--r--community/gwenview/fix-imagescalertest.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/gwenview/fix-imagescalertest.patch b/community/gwenview/fix-imagescalertest.patch
deleted file mode 100644
index bb493c059c1..00000000000
--- a/community/gwenview/fix-imagescalertest.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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