From ba95ce42e648c0402b2b477d553b5d8295e631de Mon Sep 17 00:00:00 2001 From: Honfika Date: Tue, 5 Nov 2013 21:19:19 +0100 Subject: [PATCH] timeout changed --- trunk/src/com/jpexs/decompiler/flash/Configuration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/com/jpexs/decompiler/flash/Configuration.java b/trunk/src/com/jpexs/decompiler/flash/Configuration.java index dac18b5fc..b7aff0ea5 100644 --- a/trunk/src/com/jpexs/decompiler/flash/Configuration.java +++ b/trunk/src/com/jpexs/decompiler/flash/Configuration.java @@ -60,7 +60,7 @@ public class Configuration { /** * Decompilation timeout in seconds for a single file */ - public static final int DECOMPILATION_TIMEOUT_FILE = 5; + public static final int DECOMPILATION_TIMEOUT_FILE = 5 * 60; //using parameter names in decompiling may cause problems because official programs like Flash CS 5.5 inserts wrong parameter names indices public static final boolean PARAM_NAMES_ENABLE = false; private static HashMap config = new HashMap<>();