Closed francois-roseberry closed 1 hour ago
It hangs sometimes locally too
Seems like a game is running infinitely somewhere, I can see it in one random CI test error I got
I've found the culprit. The LogGameTask test did not stop the game it started so it ran wild, and sometimes caused an error. I fixed the test, and it seems fine now
The whole suite of unit test executes in a few seconds, yet sometimes (rarely, can't figure out why), it hangs after the tests, and I have to cancel the job and re-run it.