Skip to content

Commit 107d816

Browse files
try waiting
1 parent fc47504 commit 107d816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/distributed_exec.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ for i in 1:max_attempts
221221

222222
testval = remotecall_fetch(wid2, fstore) do x
223223
println("remotecall_fetch on worker $(myid()). wid2 = $wid2")
224+
@test timedwait(() -> isready(fetch(x)), 5) === :ok
224225
try
225226
put!(fetch(x), :OK)
226227
return 0

0 commit comments

Comments
 (0)