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
@ -114,4 +114,4 @@ os macosx? [
rest rest
] unit-test ] unit-test
[ ] [ "tools.deploy.test.16" shake-and-bake run-temp-image ] unit-test [ ] [ "tools.deploy.test.16" shake-and-bake run-temp-image ] 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*
<= ; <= ;
@ -25,4 +25,4 @@ IN: tools.deploy.test
"-i=" "test.image" temp-file append 2array ; "-i=" "test.image" temp-file append 2array ;
: run-temp-image ( -- ) : run-temp-image ( -- )
deploy-test-command try-output-process ; deploy-test-command try-output-process ;