From b427eb3f9a950e3223196b151d785e2b179a1d01 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 19 Oct 2009 06:11:00 -0500 Subject: [PATCH] tools.deploy: increase terrain size tolerance, decrease windows size tolerance --- basis/tools/deploy/deploy-tests.factor | 4 ++-- basis/tools/deploy/test/test.factor | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index e2d6f774e1..784b034665 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -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 @@ -114,4 +114,4 @@ os macosx? [ rest ] unit-test -[ ] [ "tools.deploy.test.16" shake-and-bake run-temp-image ] unit-test \ No newline at end of file +[ ] [ "tools.deploy.test.16" shake-and-bake run-temp-image ] unit-test diff --git a/basis/tools/deploy/test/test.factor b/basis/tools/deploy/test/test.factor index b93fddc3fe..c799ec615e 100755 --- a/basis/tools/deploy/test/test.factor +++ b/basis/tools/deploy/test/test.factor @@ -15,7 +15,7 @@ IN: tools.deploy.test [ cell 4 / * cpu ppc? [ 100000 + ] when - os windows? [ 250000 + ] when + os windows? [ 150000 + ] when ] bi* <= ; @@ -25,4 +25,4 @@ IN: tools.deploy.test "-i=" "test.image" temp-file append 2array ; : run-temp-image ( -- ) - deploy-test-command try-output-process ; \ No newline at end of file + deploy-test-command try-output-process ;