Update timeout and ruby version
This commit is contained in:
parent
86721731c7
commit
1d9a032a66
@ -1,6 +1,6 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 2.6
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user