python.syntax: Make a couple python tests long-unit-test.

They take 5s or more.
factor-shell
Doug Coleman 2017-12-09 16:31:21 -06:00
parent 3a7f8c4c3a
commit 65acaaff47
1 changed files with 2 additions and 2 deletions

View File

@ -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 ( -- ) ;