There was a @slow decorator recently added, yes. However, the tests just got slower because I just pushed in Tom's gsoc-2 branch. If any single test is running too slow, we can add @slow to it. It's possible though that it's just slower because a lot of new tests were added (because a lot of new functionality was added).
Aaron Meurer On Sun, Dec 25, 2011 at 3:56 PM, Joachim Durchholz <[email protected]> wrote: > I dimly recall a slow test being discussed here, so this may be expected > behaviour, but if it isn't, these tests might want another look at them. > Some other tests might have gotten slower, too (gruntz, maybe). I think > tests were running in under a minute on my machine just a few weeks ago, now > it's 280 seconds. > (Disclaimer: I ran this test not on the original codebase, there was just a > decorator definition added. The decorator wasn't used anywhere yet, though.) > > Regards, > Jo > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
