From 65acaaff47b6d8ae11f55e7b0083040b7fb0ffbb Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 9 Dec 2017 16:31:21 -0600 Subject: [PATCH] python.syntax: Make a couple python tests long-unit-test. They take 5s or more. --- extra/python/syntax/syntax-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/python/syntax/syntax-tests.factor b/extra/python/syntax/syntax-tests.factor index e3c553a127..2350b941da 100644 --- a/extra/python/syntax/syntax-tests.factor +++ b/extra/python/syntax/syntax-tests.factor @@ -118,14 +118,14 @@ PY-METHODS: code => 100000 [ [ [ 987 >py basename drop ] ignore-errors ] with-destructors ] times -] unit-test +] long-unit-test ! Another leaky test { } [ 1000000 [ [ { 9 8 7 6 5 4 3 2 1 } >py ] with-destructors drop ] times -] unit-test +] long-unit-test ! Working with types PY-QUALIFIED-FROM: types => UnicodeType ( -- ) ;