Skip to content

Commit 354f9d5

Browse files
committed
Extend sleep time for cucumber tests
1 parent b9290c1 commit 354f9d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rubylib/vdebug.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def start_listening
1515
write_lock_file!
1616
clear_buffer_cache!
1717
vim.server.remote_send ":python debugger.run()<CR>"
18-
sleep 1
18+
sleep 2
1919
end
2020

2121
def messages
@@ -118,6 +118,7 @@ def remove_lock_file!
118118
protected
119119
def write_lock_file!
120120
while File.exists?(@lock_file)
121+
puts "Waiting for lock to be removed"
121122
sleep 0.1
122123
end
123124
puts "Creating lock file for #{@instance_id}"

0 commit comments

Comments
 (0)