[][src]Crate ntest_timeout

Part of the ntest library. Add timeout attribute to the rust test framework.

Attribute Macros

timeout

The timeout attribute can be used for tests to let them fail if they exceed a certain execution time. With the #[timeout] attribute a timeout in milliseconds is added to a test.