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_r148052916
 
 

 ##########
 File path: 
modules/integration/src/test/java/org/apache/fluo/integration/impl/StochasticBankIT.java
 ##########
 @@ -53,8 +53,8 @@
  * sum of all money in the bank should be the same, therefore the average 
should not vary.
  */
 public class StochasticBankIT extends ITBaseImpl {
-  //@Rule
-  //public Timeout globalTimeout = Timeout.seconds(120);
+  @Rule
+  public Timeout globalTimeout = Timeout.seconds(120);
 
 Review comment:
   Why not call `getTestTimeout()` here?

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