mvpa2.testing.tools.
timed
Test must finish within specified time limit to pass.
Example use:
@timed(.1) def test_that_fails(): time.sleep(.2)
Enter search terms or a module, class or function name.