[][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 timeout after a given time. With the #[timeout] attribute a timeout in milliseconds is added to a test.