-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow customization of timeouts #173
Comments
We might have to tell the timeout to the underlying graphviz library we're using |
Did you try to configure the Graphviz instance directly with a custom engine with the proper timeout? Graphviz.useEngine(GraphvizCmdLineEngine().timeout(2, TimeUnit.MINUTES)) |
@SimonMarquis what do you think if we provide a reasonable default lets say 30 seconds for the tasks that we create? And any one who needs more can use #183 |
The issue with this approach is that it will force everyone to use this engine. |
Aaah I thought |
How do I access graphViz? |
Error occurring during run: Command took too long to execute, try setting a higher timout: '[/bin/sh, -c, dot -Kdot -Tsvg /tmp/GraphvizJava/DotEngine7925473131433663348/dotfile.dot -ooutfile.svg]'
The plugin should have an overridable default timeout.
The text was updated successfully, but these errors were encountered: