]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy: increase terrain size tolerance, decrease windows size tolerance
authorSlava Pestov <slava@factorcode.org>
Mon, 19 Oct 2009 11:11:00 +0000 (06:11 -0500)
committerSlava Pestov <slava@factorcode.org>
Mon, 19 Oct 2009 11:11:00 +0000 (06:11 -0500)
basis/tools/deploy/deploy-tests.factor
basis/tools/deploy/test/test.factor

index e2d6f774e17bd1c4015dca557b9b4641b92c3888..784b034665a68462193c223238b4cd08c1258fb0 100644 (file)
@@ -22,7 +22,7 @@ IN: tools.deploy.tests
 \r
 [ t ] [ "spheres" shake-and-bake 1500000 small-enough? ] unit-test\r
 \r
-[ t ] [ "terrain" shake-and-bake 1600000 small-enough? ] unit-test\r
+[ t ] [ "terrain" shake-and-bake 1700000 small-enough? ] unit-test\r
 \r
 [ t ] [ "bunny" shake-and-bake 2500000 small-enough? ] unit-test\r
 \r
@@ -114,4 +114,4 @@ os macosx? [
     rest\r
 ] unit-test\r
 \r
-[ ] [ "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\r
index b93fddc3feaf673049a695370481cc184fcc7d0c..c799ec615e8dd8ae60fad784266e339074d68a0e 100755 (executable)
@@ -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 ;