ntua-unit-of-control-and-informatics / jaqpot-api-archived

JAQPOT Quattro is the 4th version of a YAQP, a RESTful web service which can be used to train machine learning models and use them to obtain toxicological predictions for given chemical compounds or engineered nano materials. The project is written in Java8 and JEE7.
Other
8 stars 4 forks source link

Enable timeouts on tests running too long #26

Closed alphaville closed 9 years ago

alphaville commented 9 years ago

Modify JanitorScheduledJob to allow threads that take too long to be gracefully rejected. Consider using ExecutorService.invokeAll or a CountDownLatch.

alphaville commented 9 years ago

Done!