We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86d0d1 commit b9af7b4Copy full SHA for b9af7b4
1 file changed
lib/libreconv.rb
@@ -32,7 +32,7 @@ def convert
32
Dir.mktmpdir { |target_path|
33
pid = Spoon.spawnp(@soffice_command, "--headless", "--convert-to", @convert_to, @source, "--outdir", target_path)
34
begin
35
- Timeout.timeout(5) do
+ Timeout.timeout(1) do
36
Process.wait pid
37
$stdout.reopen orig_stdout
38
target_tmp_file = "#{target_path}/#{File.basename(@source, ".*")}.#{File.basename(@convert_to, ":*")}"
0 commit comments