[Tests] Added some tolerance to the pcb_print_multizone_1 test

This commit is contained in:
Salvador E. Tropea 2022-11-23 20:07:38 -03:00
parent 0590555350
commit 8028fb27e1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ PDF_DIR = 'Layers'
PDF_FILE = 'bom-F_Cu+F_SilkS.pdf'
PDF_FILE_B = 'PCB_Bot.pdf'
PDF_FILE_C = 'PCB_Bot_def.pdf'
DIFF_TOL = 0 if os.path.isfile('/etc/debian_version') else 5000
DIFF_TOL = 10 if os.path.isfile('/etc/debian_version') else 5000
@pytest.mark.slow