mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 10:24:38 +00:00
test: add longer timeout for long tests
This commit is contained in:
@@ -40,6 +40,8 @@ public class ActionScript2LongTest extends ActionScript2TestBase {
|
||||
Configuration.autoDeobfuscate.set(false);
|
||||
Configuration.showAllAddresses.set(false);
|
||||
Configuration.pluginPath.set(null);
|
||||
Configuration.decompilationTimeoutFile.set(10 * 60);
|
||||
Configuration.decompilationTimeoutSingleMethod.set(10 * 60);
|
||||
swf = new SWF(new BufferedInputStream(new FileInputStream("testdata/as2_long/as2_long.swf")), false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user