tools.deploy: increase terrain size tolerance, decrease windows size tolerance
parent
21d29b3961
commit
b427eb3f9a
|
@ -22,7 +22,7 @@ IN: tools.deploy.tests
|
|||
|
||||
[ 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
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ IN: tools.deploy.test
|
|||
[
|
||||
cell 4 / *
|
||||
cpu ppc? [ 100000 + ] when
|
||||
os windows? [ 250000 + ] when
|
||||
os windows? [ 150000 + ] when
|
||||
] bi*
|
||||
<= ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue