Skip to content

Commit

Permalink
try whether giving the process more time fixes this
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonschaub authored Sep 6, 2024
1 parent 3a4bdf4 commit dcc7da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/persistent_workers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using Distributed
wait=false)
try
cluster_cookie(cookie)
sleep(1)
sleep(10)

p = addprocs(PersistentWorkerManager(port))[]
@test procs() == [1, p]
Expand Down

0 comments on commit dcc7da8

Please sign in to comment.