From #58: ```r callr::r(function() { message("hi") Sys.sleep(3) message("hi2") Sys.sleep(3) message("hi3") }, timeout = 1) ```