Skip to content
Snippets Groups Projects
Unverified Commit 589f3c5a authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #11750 from bigbluebutton/increase-pdf-conversion-hardcoded-timeout

Quick fix to avoid empty slides
parents 4c596638 cab865c9
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ public class SvgImageCreatorImp implements SvgImageCreator {
private SwfSlidesGenerationProgressNotifier notifier;
private long imageTagThreshold;
private long pathsThreshold;
private String convTimeout = "7s";
private int WAIT_FOR_SEC = 7;
private String convTimeout = "60s";
private int WAIT_FOR_SEC = 60;
private String BLANK_SVG;
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment