I have a maven build running on Travis (dockerized) which builds just fine on my command line. Since a couple of days I get java.lang.OutOfMemoryError: GC overhead limit exceeded
during the test cases. This happens always during the AspectJ test cases.
The output of the last build is https://travis-ci.org/dresden-ocl/dresdenocl/builds/53030457.
I did not made any intensive changes. And I did not touch the AspectJ part of the application. I tested various things with JAVA_OPTS, MAVEN_OPTS and even passing more RAM in the pom.xml for tycho-surefire-plugin. Nothing helped.
How can I get rid of the error and make all my tests run again? I think they changed anything on Travis' side that is causing the error.