Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtest: Treat test timeouts as fatal
If a test times out, that means it hasn't returned a prompt within reasonable time. Continuing to type at it is unlikely to be helpful, since the lack of a prompt indicates that the subprocess has hung, so subsequent tests are likely to time out as well. This is particularly annoying in step 5, where the line that usually times out, "(def! res2 (sum2 10000 0))" has its output ignored, so a timeout is treated as success, meaning that runtest proceeds to the next test, which of course also times out.
- Loading branch information