Make tests happy with new defaults

This commit is contained in:
Alessandro Ranellucci 2015-01-31 12:10:50 +01:00
parent 84eb37e218
commit 2e88b088e6
2 changed files with 2 additions and 1 deletions

View file

@ -29,7 +29,7 @@ use Slic3r::Test;
}
});
ok abs($retracted) < 0.0002, 'all retractions are compensated';
ok abs($retracted) < 0.01, 'all retractions are compensated';
}