Expand description
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.