Skip to content

Commit 44559fe

Browse files
committed
Increase tolerance on blend modes test
1 parent 06932d9 commit 44559fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgsblendmodes.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ bool TestQgsBlendModes::imageCheck( const QString& theTestType )
237237
QgsMultiRenderChecker myChecker;
238238
myChecker.setControlName( "expected_" + theTestType );
239239
myChecker.setMapSettings( *mMapSettings );
240-
myChecker.setColorTolerance( 1 );
240+
myChecker.setColorTolerance( 5 );
241241
bool myResultFlag = myChecker.runTest( theTestType, 20 );
242242
mReport += myChecker.report();
243243
return myResultFlag;

0 commit comments

Comments
 (0)