Re: Failsafe: Killing self fork JVM. PING timeout elapsed.

2019-04-20 Thread Tibor Digana
Pls check this commit. It is the algorithm https://github.com/apache/maven-surefire/pull/231/commits/112f3e4348f8ed731182064561604ff0fa9ca30c which avoids killing JVM when GC has paused the JVM for longer than 15 seconds. On Sat, Apr 20, 2019 at 5:27 PM Tibor Digana wrote: > Hey Jason, > > Here

Re: Failsafe: Killing self fork JVM. PING timeout elapsed.

2019-04-20 Thread Tibor Digana
Hey Jason, Here is the PR I promissed https://github.com/apache/maven-surefire/pull/231 I will think about more tolerant algorithm. Feel free to help us in this PR on GitHub. Cheers Tibor On Wed, Apr 10, 2019 at 3:18 AM Jason Young wrote: > Thanks. > > I finally took a little time to look at