Skip to content

Commit

Permalink
Fail test with timeout and stack dump after 20 min rather than 1h
Browse files Browse the repository at this point in the history
  • Loading branch information
s1monw committed Dec 17, 2013
1 parent c9a25d5 commit 2047044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*/
@ThreadLeakFilters(defaultFilters = true, filters = {ElasticsearchThreadFilter.class})
@ThreadLeakScope(Scope.NONE)
@TimeoutSuite(millis = TimeUnits.HOUR) // timeout the suite after 1h and fail the test.
@TimeoutSuite(millis = 20 * TimeUnits.MINUTE) // timeout the suite after 20min and fail the test.
@Listeners(LoggingListener.class)
public abstract class ElasticsearchTestCase extends AbstractRandomizedTest {

Expand Down

0 comments on commit 2047044

Please sign in to comment.