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.