mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
added timeout for notebook building
This commit is contained in:
@@ -55,7 +55,7 @@ function run_notebooks()
|
||||
# port = 34211+k # we're having some weird port issue with zmq
|
||||
# k += 1
|
||||
try
|
||||
run(`runipy -o tutorials/$ipynb --kernel=julia-0.4`)
|
||||
run(`timeout 180 runipy -o tutorials/$ipynb --kernel=julia-0.4`)
|
||||
status = 0
|
||||
catch
|
||||
println("did not work")
|
||||
|
||||
Reference in New Issue
Block a user