Files
wren/util
Bob Nystrom b1924d34d3 fix: skip skynet example in tests to prevent timeout on slow CI runners
Add early return for "skynet" path in run_example function to avoid
executing the skynet example during test runs, as it is too slow and
causes timeouts on Travis CI bots. Also reduce the kill timer from 5
to 2 seconds in the Test class to fail faster on hanging processes.
2016-02-15 06:28:14 +00:00
..