You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently noticed (based on two of my solutions) that code passing local tests instantly times out on your servers. Upon resubmitting the very same code passes. Below are links to said exercises:
Experiencing this as well, if you're sure your code should work you can rerun the tests by going into the online editor and clicking run tests there.
This seems to be especially severe when the solution in question does have a slightly longer build time (additional dependencies)
A solution to this could be building the tests with less strict timing requirements beforehand. (stack test --no-run-tests)
I'd try to create a PR but can't seem to find the server side test running code anywhere.
Yea adding it to the readme should fix that part.
I've dug around a little more since I last wrote and it seems to me this cannot currently be fixed since the timeout is enforced on a higher layer (the respective docker container is killed)
See exercism/exercism#6238 and the documentation for tooling
I've recently noticed (based on two of my solutions) that code passing local tests instantly times out on your servers. Upon resubmitting the very same code passes. Below are links to said exercises:
Also, there's no indication at what stage the test runner times out. It would certainly be more helpful if such information were available.
The text was updated successfully, but these errors were encountered: