Prep
This commit is contained in:
parent
e30f413376
commit
073f273fe4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue