master v4.1.12
Thomas Reynolds 2016-11-25 14:03:56 -08:00
parent e30f413376
commit 073f273fe4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '4.1.11'.freeze unless const_defined?(:VERSION)
VERSION = '4.1.12'.freeze unless const_defined?(:VERSION)
end

View File

@ -220,7 +220,7 @@ describe Middleman::Util do
it "does not loop infinitely when file name is a possible templating engine" do
expect do
Timeout::timeout(0.5) do
Timeout::timeout(3.0) do
result = Middleman::Util.step_through_extensions("markdown.scss")
expect(result).to eq "markdown"
end