databricks / spark-corenlp

Stanford CoreNLP wrapper for Apache Spark
GNU General Public License v3.0
422 stars 120 forks source link

Enable coref test on Travis #8

Closed mengxr closed 6 years ago

mengxr commented 8 years ago

There are two issues with coeref test on Travis:

  1. It needs more than 3GB memory. With other memory usage, it is likely to hit the memory limit (4GB) on Travis containers.
  2. It takes couple minutes to run on my local and it takes longer on Travis, which might exceed the default timeout (10 minutes).

The test is ignored but it would be nice to re-enable it.

mengxr commented 6 years ago

This is now in master.