diff --git a/lib/doc_builder_testing/doc_builder_helper.rb b/lib/doc_builder_testing/doc_builder_helper.rb index 25916daa..38d1580f 100644 --- a/lib/doc_builder_testing/doc_builder_helper.rb +++ b/lib/doc_builder_testing/doc_builder_helper.rb @@ -33,7 +33,7 @@ def file_empty?(file_path) # @param file_name [String] path to file # @return [Nothing] def wait_file_creation(file_name) - creation_timeout = 5 + creation_timeout = 15 (0..creation_timeout).each do |_| return true if File.exist?(file_name)