]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.test: cheat on windows until we have class stripping
authorSlava Pestov <slava@factorcode.org>
Sun, 18 Oct 2009 20:24:09 +0000 (15:24 -0500)
committerSlava Pestov <slava@factorcode.org>
Sun, 18 Oct 2009 20:24:09 +0000 (15:24 -0500)
basis/tools/deploy/test/test.factor

index 908540254ae18bfe1de0943aacbdc4f09f07b3df..b93fddc3feaf673049a695370481cc184fcc7d0c 100755 (executable)
@@ -15,7 +15,7 @@ IN: tools.deploy.test
     [
         cell 4 / *
         cpu ppc? [ 100000 + ] when
-        os windows? [ 150000 + ] when
+        os windows? [ 250000 + ] when
     ] bi*
     <= ;