Update timeout and ruby version

This commit is contained in:
Adam Stankiewicz 2019-03-10 18:46:17 +01:00
parent 86721731c7
commit 1d9a032a66
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- 1.9.3 - 2.6
sudo: false sudo: false
addons: addons:
apt: apt:

View File

@ -11,7 +11,7 @@ describe "My Vim plugin" do
extensions.each do |ext| extensions.each do |ext|
it "should parse #{ext} file" do it "should parse #{ext} file" do
Timeout::timeout(15) do Timeout::timeout(20) do
write_file "#{ext}", "" write_file "#{ext}", ""
vim.edit "#{ext}" vim.edit "#{ext}"
vim.insert "sample" vim.insert "sample"