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#42753)
  • Loading branch information
DilumAluthge committed Oct 22, 2021
1 parent 3ae2505 commit 991d6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Distributed/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 991d6e6

Please sign in to comment.