increase tolerance for now for clang tinderbox
see fdo#49221 Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
This commit is contained in:
parent
cff388eb4b
commit
fb4bbfbacc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<tolerances>
|
||||
<tolerance elementName="XShape" attribName="positionX" value="2" relative="false"/>
|
||||
<tolerance elementName="XShape" attribName="positionY" value="2" relative="false"/>
|
||||
<tolerance elementName="XShape" attribName="positionY" value="1.2" relative="true"/>
|
||||
<tolerance elementName="XShape" attribName="sizeX" value="2" relative="false"/>
|
||||
<tolerance elementName="XShape" attribName="sizeY" value="2" relative="false"/>
|
||||
<tolerance elementName="XShape" attribName="sizeY" value="1.2" relative="true"/>
|
||||
</tolerances>
|
||||
|
|
Loading…
Reference in a new issue