-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Hi, I tried to set up timeouts for extension methods (BeforeAllCallback or AfterEachCallback) by using the @Timeout annotation with it, but it didn't work.
Also I've tried to set global timeouts such us junit.jupiter.execution.timeout.aftereach.method.default, and this also hasn't worked.
It would be great to see this feature in JUnit 5 next releases.