jsjolen / smallest-java-ci

CI that we made for edu. purposes.
0 stars 0 forks source link

GitRunner tests fail with NPE #24

Closed jsjolen closed 5 years ago

jsjolen commented 5 years ago

GitRunner test fail with NullPointerExceptions on my machine. I'm investigating.

jsjolen commented 5 years ago

Okay, the issue is that it uses Thread.sleep() to ensure that the processes finish instead of actually waiting for them. I changed the code to fix this.