nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
934 stars 107 forks source link

Command took too long to execute (default engine) #255

Open iharsuvorau opened 6 months ago

iharsuvorau commented 6 months ago

When running on a slightly bigger graphs, the default engine runs out of time. Is there a way to configure it?

Here's the error message:

Command took too long to execute, try setting a higher timout: '[/bin/sh, -c, dot -y -Kdot -Txdot /var/folders/wj/2_gd6b5x4nv_ryf6kr4sfp5h0000gn/T/GraphvizJava/DotEngine934538512112923727/dotfile.dot -ooutfile.xdot]

racodond commented 3 months ago

I face the same issue. How could we set the timeout? Many thanks!