Skip to content

Commit

Permalink
Distributed test suite: increase the timeout in the poll_while func…
Browse files Browse the repository at this point in the history
…tion from 60 seconds to 120 seconds (JuliaLang/julia#42753)

(cherry picked from commit bf5d4bf)
  • Loading branch information
DilumAluthge authored and KristofferC committed Oct 22, 2021
1 parent 30cae5b commit 9fda024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/distributed_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9fda024

Please sign in to comment.