tests: speed up two slow tests
These were the most expansive tests, each taking more than 5min. This should bring them back below 1min. * tests/core/parity.test: Do not run through valgrind. * tests/python/toweak.py: Remove one very long case.
This commit is contained in:
parent
900b344c9a
commit
f0dc9d44c9
2 changed files with 3 additions and 4 deletions
|
|
@ -21,7 +21,6 @@ import spot
|
|||
|
||||
phi1 = """GFb
|
||||
X(!b | GF!a)
|
||||
!a U X(b | GF!b)
|
||||
GFa
|
||||
G(a M b)
|
||||
(!a | b) & GFb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue