You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow overriding test timeout for classes extending from ITextTest
Inheritance is not taken into account for Junit @timeout rules.
This means that if several @timeout rules are present in the class
inheritance chain, and even if timeout is specified as an attribute
of the @test annotation, the minimal timeout would be decisive.
This fix allows classes extending from ITextTest setting bigger
timeout for tests. Previously it was only possible to make timeout
smaller due to the fact described above.
See also junit-team/junit4#1126
0 commit comments