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 ;