diff --git a/Minify.py b/Minify.py index 17ea2b6..8a05516 100644 --- a/Minify.py +++ b/Minify.py @@ -25,7 +25,7 @@ def run(self, edit): thread = CompilerCall( sel, selbody, - timeout=5, + timeout=30, level=self.settings.get('optimization_level', "WHITESPACE_ONLY"), rm_new_lines=self.settings.get('remove_new_lines', False))