Skip to content

Commit

Permalink
Maintenance: Increased encoding detection timeout because of ZombieLo…
Browse files Browse the repository at this point in the history
…ad CPU limitating mitigations.
  • Loading branch information
thorsteneckel committed May 20, 2019
1 parent f3862de commit 1fd0e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/core_ext/string_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,7 @@
let(:input_encoding) { Encoding::ISO_8859_1 }

it 'detects the input encoding' do
Timeout.timeout(12) do
Timeout.timeout(18) do
expect(subject.utf8_encode(from: 'utf-8')).to eq(original_string)
end
end
Expand Down

0 comments on commit 1fd0e82

Please sign in to comment.