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 6b5d9a9 commit 2ce73faCopy full SHA for 2ce73fa
src/DocumentationGenerator.jl
@@ -156,6 +156,8 @@ function build_documentation(
156
157
# wait for all queued processes to finish
158
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")
161
pid = getpid(proc)
162
pgid = get_pgid(pid)
163
@info "detected session id for process $(pid): $(pgid)"
0 commit comments