diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index 95e64f3b96..5c25b99456 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -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? [ [ "Factor" ] [ 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