Skip to content

Commit 3e6d784

Browse files
committed
Try increasing color tolerance for composer tests slightly
1 parent 16b4dfe commit 3e6d784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/qgscompositionchecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ QgsCompositionChecker::QgsCompositionChecker( const QString& testName, QgsCompos
2929
, mDotsPerMeter( 96 / 25.4 * 1000 )
3030
{
3131
// The composer has some slight render inconsistencies on the whole image sometimes
32-
setColorTolerance( 1 );
32+
setColorTolerance( 5 );
3333
}
3434

3535
QgsCompositionChecker::QgsCompositionChecker()

0 commit comments

Comments
 (0)