From 1d9a032a66739f900970d9b335b854fe93a4a5f3 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 10 Mar 2019 18:46:17 +0100 Subject: Update timeout and ruby version --- spec/loading_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/loading_spec.rb') diff --git a/spec/loading_spec.rb b/spec/loading_spec.rb index 14fbd64c..6e1cbaae 100644 --- a/spec/loading_spec.rb +++ b/spec/loading_spec.rb @@ -11,7 +11,7 @@ describe "My Vim plugin" do extensions.each do |ext| it "should parse #{ext} file" do - Timeout::timeout(15) do + Timeout::timeout(20) do write_file "#{ext}", "" vim.edit "#{ext}" vim.insert "sample" -- cgit v1.2.3