Skip to content

Commit 719be61

Browse files
committed
fixup! add integration tests
1 parent 9bf5217 commit 719be61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/persistent_workers.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ using DistributedNext
1111
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])"`
1212
worker = run(pipeline(cmd; stdout, stderr); wait=false)
1313
try
14+
@show worker.cmd
1415
cluster_cookie(cookie)
15-
sleep(1)
16+
sleep(10)
1617

1718
p = addprocs(PersistentWorkerManager(port))[]
1819
@test procs() == [1, p]

0 commit comments

Comments
 (0)