tools.deploy: increase terrain size tolerance, decrease windows size tolerance

db4
Slava Pestov 2009-10-19 06:11:00 -05:00
parent 21d29b3961
commit b427eb3f9a
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ IN: tools.deploy.tests
[ t ] [ "spheres" shake-and-bake 1500000 small-enough? ] unit-test [ t ] [ "spheres" shake-and-bake 1500000 small-enough? ] unit-test
[ t ] [ "terrain" shake-and-bake 1600000 small-enough? ] unit-test [ t ] [ "terrain" shake-and-bake 1700000 small-enough? ] unit-test
[ t ] [ "bunny" shake-and-bake 2500000 small-enough? ] unit-test [ t ] [ "bunny" shake-and-bake 2500000 small-enough? ] unit-test

View File

@ -15,7 +15,7 @@ IN: tools.deploy.test
[ [
cell 4 / * cell 4 / *
cpu ppc? [ 100000 + ] when cpu ppc? [ 100000 + ] when
os windows? [ 250000 + ] when os windows? [ 150000 + ] when
] bi* ] bi*
<= ; <= ;