diff --git a/test/distributed_exec.jl b/test/distributed_exec.jl index 3335807..6c0e915 100644 --- a/test/distributed_exec.jl +++ b/test/distributed_exec.jl @@ -132,7 +132,7 @@ end testf(id_me) testf(id_other) -function poll_while(f::Function; timeout_seconds::Integer = 60) +function poll_while(f::Function; timeout_seconds::Integer = 120) start_time = time_ns() while f() sleep(1)