Skip to content

Commit 604ad65

Browse files
show timing of each attempt
1 parent cfe8fab commit 604ad65

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
@@ -218,7 +218,7 @@ for i in 1:max_attempts
218218

219219
@test remotecall_fetch(k->haskey(Distributed.PGRP.refs, k), wid1, fid) == true
220220

221-
w = remotecall_fetch(wid2, fstore) do x
221+
@time w = remotecall_fetch(wid2, fstore) do x
222222
timedwait(() -> isready(fetch(x)), 10)
223223
end
224224
w == :ok || @info "isready timed out on attempt $i (max $max_attempts)"

0 commit comments

Comments
 (0)