Skip to content

Commit 2ce73fa

Browse files
committed
fix
1 parent 6b5d9a9 commit 2ce73fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DocumentationGenerator.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ function build_documentation(
156156

157157
# wait for all queued processes to finish
158158
for proc in process_queue
159+
t = timedwait(x -> process_running(proc) || process_exited(proc), 20)
160+
t == :timed_out && error("Process failed to start")
159161
pid = getpid(proc)
160162
pgid = get_pgid(pid)
161163
@info "detected session id for process $(pid): $(pgid)"

0 commit comments

Comments
 (0)