Quick fix to avoid empty slides

This commit is contained in:
Tiago D J 2021-03-29 10:06:09 -03:00 committed by GitHub
parent 7593b05b4a
commit ba1837b5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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