ES tests taking very long to execute (> 1800s) on Windows 10

I've forked the source code for ES to try and start playing with it. Before that, I'd like to verify that everything is at a stable point, so I'm running the tests with gradle check.

The problem is that it always takes a very long time, until a timeout is reached and it quits.

12:14:27.629 [LIFECYCLE] [org.gradle.api.Task] > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.

12:14:27.721 [LIFECYCLE] [org.gradle.api.Task] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 1800000 msec).

This happens every single time, and while I could increase the time out, I assume tests should not take that long. I'm running on a Windows 10 machine with 8GB RAM.

Any idea?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.