Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some tolerance to PyQgsSymbolExpressionVariables test
  • Loading branch information
nyalldawson committed Jan 22, 2016
1 parent 69ce559 commit 62429e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgssymbolexpressionvariables.py
Expand Up @@ -113,7 +113,7 @@ def testSymbolColor(self):
renderchecker = QgsMultiRenderChecker()
renderchecker.setMapSettings(self.mapsettings)
renderchecker.setControlName('expected_symbol_color_variable')
result = renderchecker.runTest('symbol_color_variable')
result = renderchecker.runTest('symbol_color_variable', 50)

self.assertTrue(result)

Expand Down

0 comments on commit 62429e1

Please sign in to comment.