From e84e63fd0ce8871802c659cc6b77f5a1107ec88e Mon Sep 17 00:00:00 2001
From: John Benediktsson <mrjbq7@gmail.com>
Date: Mon, 23 Nov 2015 10:42:49 -0800
Subject: [PATCH] tools.deploy: small bump in sizes.

---
 basis/tools/deploy/deploy-tests.factor | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor
index d6986e61fd..580dd0d2d6 100644
--- a/basis/tools/deploy/deploy-tests.factor
+++ b/basis/tools/deploy/deploy-tests.factor
@@ -29,7 +29,7 @@ delete-staging-images
 { } [ "sudoku" shake-and-bake 800000 small-enough? ] unit-test
 
 ! [ ] [ "hello-ui" shake-and-bake 1605000 small-enough? ] unit-test
-{ } [ "hello-ui" shake-and-bake 2240000 small-enough? ] unit-test
+{ } [ "hello-ui" shake-and-bake 2241000 small-enough? ] unit-test
 
 { "math-threads-compiler-io-ui" } [
     "hello-ui" deploy-config [
@@ -45,10 +45,10 @@ delete-staging-images
 { } [ "tetris" shake-and-bake 2462008 small-enough? ] unit-test
 
 ! [ ] [ "spheres" shake-and-bake 1557000 small-enough? ] unit-test
-{ } [ "spheres" shake-and-bake 2181000 small-enough? ] unit-test
+{ } [ "spheres" shake-and-bake 2183000 small-enough? ] unit-test
 
 ! [ ] [ "terrain" shake-and-bake 2053000 small-enough? ] unit-test
-{ } [ "terrain" shake-and-bake 2681000 small-enough? ] unit-test
+{ } [ "terrain" shake-and-bake 2683000 small-enough? ] unit-test
 
 ! [ ] [ "gpu.demos.raytrace" shake-and-bake 2764000 small-enough? ] unit-test
 { } [ "gpu.demos.raytrace" shake-and-bake 3557800 small-enough? ] unit-test