]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.test: Bump windows binaries size up a bit.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 16 Jul 2013 18:26:32 +0000 (11:26 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 16 Jul 2013 18:26:32 +0000 (11:26 -0700)
basis/tools/deploy/test/test.factor

index 5372ddf320d4b5be1e802446bf7319e072bc3f7f..b04abe7d7e9e285dd7ce33c5a338a6d1e02ffcde 100644 (file)
@@ -21,7 +21,7 @@ ERROR: image-too-big actual-size max-size ;
     [
         cell 4 / *
         cpu ppc? [ 100000 + ] when
-        os windows? [ 150000 + ] when
+        os windows? [ 160000 + ] when
     ] bi*
     2dup <= [ 2drop ] [ image-too-big ] if ;