We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf5217 commit 719be61Copy full SHA for 719be61
test/persistent_workers.jl
@@ -11,8 +11,9 @@ using DistributedNext
11
cmd = `$(Base.julia_exename()) --startup=no --project=$(Base.active_project()) -L $(helpers_path) -e "using .PersistentWorkers; wait(start_worker_loop($port; cluster_cookie=$(repr(cookie)))[1])"`
12
worker = run(pipeline(cmd; stdout, stderr); wait=false)
13
try
14
+ @show worker.cmd
15
cluster_cookie(cookie)
- sleep(1)
16
+ sleep(10)
17
18
p = addprocs(PersistentWorkerManager(port))[]
19
@test procs() == [1, p]
0 commit comments