Skip to content

Commit bf5d4bf

Browse files
authored
Distributed test suite: increase the timeout in the poll_while function from 60 seconds to 120 seconds (JuliaLang/julia#42753)
1 parent 1f4f1c5 commit bf5d4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/distributed_exec.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ end
132132
testf(id_me)
133133
testf(id_other)
134134

135-
function poll_while(f::Function; timeout_seconds::Integer = 60)
135+
function poll_while(f::Function; timeout_seconds::Integer = 120)
136136
start_time = time_ns()
137137
while f()
138138
sleep(1)

0 commit comments

Comments
 (0)