Skip to content

Commit f4df914

Browse files
DilumAluthgeKristofferC
authored andcommitted
Distributed test suite: increase the timeout in the poll_while function from 60 seconds to 120 seconds (#42753)
(cherry picked from commit 991d6e6)
1 parent 4cbdf42 commit f4df914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Distributed/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)