diff --git a/stl/hypothesis.py b/stl/hypothesis.py index 573a6e3..5f1aeea 100644 --- a/stl/hypothesis.py +++ b/stl/hypothesis.py @@ -18,5 +18,5 @@ GRAMMAR = { SignalTemporalLogicStrategy = st.builds(lambda term: stl.parse(''.join(term)), ContextFreeGrammarStrategy( GRAMMAR, - max_length=35, + max_length=15, start='phi'))