keith-turner 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_r147761360
 
 

 ##########
 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:
   If using the static method, this could be modified to the following
   
   ```java
     @Rule
     public Timeout globalTimeout = Timeout.seconds( 2 * getTestTimeout());
   ```

----------------------------------------------------------------
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