-
-
Notifications
You must be signed in to change notification settings - Fork 50
Test timeouts #721
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
StatusShow more project fields
Done
Sometimes when writing unit tests I forget to provide an implementation to a mock, which causes the unit test to hang forever. It would be nice if bashunit could automatically cause unit tests to terminate as having errored out if they exceed a time threshold, e.g. 5 seconds
Example: