kpm1985 commented on a change in pull request #963: Fix for FLUO-793 Modify ITs 
to use JUnits timeout rule
URL: https://github.com/apache/fluo/pull/963#discussion_r147816259
 
 

 ##########
 File path: 
modules/integration/src/test/java/org/apache/fluo/integration/impl/WorkerIT.java
 ##########
 @@ -42,7 +44,9 @@
  * index of node degree.
  */
 public class WorkerIT extends ITBaseMini {
-
+  @Rule
+  public Timeout globalTimeout = Timeout.seconds(120);
 
 Review comment:
   Ah, that is a nice way to do it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to