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_r147762014
##########
File path:
modules/integration/src/test/java/org/apache/fluo/integration/impl/StochasticBankIT.java
##########
@@ -51,6 +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);
Review comment:
Was this test causing problems with a timeout?
----------------------------------------------------------------
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