]> gitweb.factorcode.org Git - factor.git/commitdiff
deploy: Up the size.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 23 Apr 2014 07:10:20 +0000 (00:10 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 23 Apr 2014 07:10:56 +0000 (00:10 -0700)
basis/tools/deploy/deploy-tests.factor

index 95e64f3b965343bdbfa8a311770af54aaae7dfc0..5c25b99456322843ad9d25bfbf77947c6fc39a20 100644 (file)
@@ -20,11 +20,11 @@ cache-directory [
 
 [ "no such vocab, fool!" deploy ] [ bad-vocab-name? ] must-fail-with
 
-[ ] [ "hello-world" shake-and-bake 500000 small-enough? ] unit-test
+[ ] [ "hello-world" shake-and-bake 550000 small-enough? ] unit-test
 
 [ ] [ "sudoku" shake-and-bake 800000 small-enough? ] unit-test
 
-[ ] [ "hello-ui" shake-and-bake 1300000 small-enough? ] unit-test
+[ ] [ "hello-ui" shake-and-bake 1330000 small-enough? ] unit-test
 
 [ "math-threads-compiler-ui" ] [
     "hello-ui" deploy-config [
@@ -33,13 +33,13 @@ cache-directory [
     ] with-variables
 ] unit-test
 
-[ ] [ "maze" shake-and-bake 1200000 small-enough? ] unit-test
+[ ] [ "maze" shake-and-bake 1250000 small-enough? ] unit-test
 
 [ ] [ "tetris" shake-and-bake 1500000 small-enough? ] unit-test
 
 [ ] [ "spheres" shake-and-bake 1500000 small-enough? ] unit-test
 
-[ ] [ "terrain" shake-and-bake 1700000 small-enough? ] unit-test
+[ ] [ "terrain" shake-and-bake 1800000 small-enough? ] unit-test
 
 [ ] [ "gpu.demos.raytrace" shake-and-bake 2500000 small-enough? ] unit-test
 
@@ -48,7 +48,7 @@ cache-directory [
 [ ] [ "gpu.demos.bunny" shake-and-bake 3500000 small-enough? ] unit-test
 
 os macosx? [
-    [ ] [ "webkit-demo" shake-and-bake 500000 small-enough? ] unit-test
+    [ ] [ "webkit-demo" shake-and-bake 600000 small-enough? ] unit-test
 ] when
 
 [ ] [ "benchmark.regex-dna" shake-and-bake 900000 small-enough? ] unit-test
@@ -154,13 +154,13 @@ os macosx? [
 [ "<?xml version=\"1.0\" encoding=\"UTF-8\"?><foo>Factor</foo>" ]
 [ deploy-test-command ascii [ readln ] with-process-reader ] unit-test
 
-[ ] [ "tools.deploy.test.20" drop 870000 small-enough? ] unit-test
+[ ] [ "tools.deploy.test.20" drop 970000 small-enough? ] unit-test
 
 [ ] [ "tools.deploy.test.21" shake-and-bake ] unit-test
 
 [ "1 2 3" ]
 [ deploy-test-command ascii [ readln ] with-process-reader ] unit-test
 
-[ ] [ "tools.deploy.test.21" drop 800000 small-enough? ] unit-test
+[ ] [ "tools.deploy.test.21" drop 860000 small-enough? ] unit-test
 
 [ ] [ "benchmark.ui-panes" shake-and-bake run-temp-image ] unit-test