From 22bf0625c6334eaa9174dd3d0414fd0affac2538 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 6 Apr 2008 01:51:04 -0500 Subject: [PATCH] Fix 64-bit deploy tests --- extra/tools/deploy/deploy-tests.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/tools/deploy/deploy-tests.factor b/extra/tools/deploy/deploy-tests.factor index f104fb0210..99e533f1c1 100755 --- a/extra/tools/deploy/deploy-tests.factor +++ b/extra/tools/deploy/deploy-tests.factor @@ -23,7 +23,7 @@ namespaces continuations layouts ; [ ] [ "sudoku" shake-and-bake ] unit-test [ t ] [ - 1500000 small-enough? + cell 8 = 30 15 ? 100000 * small-enough? ] unit-test [ ] [ "hello-ui" shake-and-bake ] unit-test @@ -34,13 +34,13 @@ namespaces continuations layouts ; ] unit-test [ t ] [ - 2000000 small-enough? + cell 8 = 40 20 ? 100000 * small-enough? ] unit-test [ ] [ "bunny" shake-and-bake ] unit-test [ t ] [ - 3000000 small-enough? + cell 8 = 50 30 ? 100000 * small-enough? ] unit-test [ ] [