diff --git a/basis/tools/deploy/test/test.factor b/basis/tools/deploy/test/test.factor index 9a54e65f1a..28916033d4 100644 --- a/basis/tools/deploy/test/test.factor +++ b/basis/tools/deploy/test/test.factor @@ -11,7 +11,9 @@ IN: tools.deploy.test ] with-directory ; : small-enough? ( n -- ? ) - [ "test.image" temp-file file-info size>> ] [ cell 4 / * ] bi* <= ; + [ "test.image" temp-file file-info size>> ] + [ cell 4 / * cpu ppc? [ 100000 + ] when ] bi* + <= ; : run-temp-image ( -- ) os macosx?