We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d30f8f commit ac1fd91Copy full SHA for ac1fd91
spec/inputs/file_read_spec.rb
@@ -296,7 +296,7 @@
296
297
it 'removes watched file from collection' do
298
wait_for_file_removal(sample_file) # watched discovery
299
- sleep(0.25) # give CI some space to execute the removal
+ sleep(1) # give CI some space to execute the removal
300
# TODO shouldn't be necessary once WatchedFileCollection does proper locking
301
watched_files = plugin.watcher.watch.watched_files_collection
302
expect( watched_files ).to be_empty
0 commit comments