We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c5a75 commit 7d7ac62Copy full SHA for 7d7ac62
tests/src/core/testqgsshapeburst.cpp
@@ -237,7 +237,7 @@ bool TestQgsShapeburst::imageCheck( QString theTestType )
237
myChecker.setControlName( "expected_" + theTestType );
238
myChecker.setMapSettings( mMapSettings );
239
myChecker.setColorTolerance( 20 );
240
- bool myResultFlag = myChecker.runTest( theTestType );
+ bool myResultFlag = myChecker.runTest( theTestType, 500 );
241
mReport += myChecker.report();
242
return myResultFlag;
243
}
0 commit comments