We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1fd91 commit ba7bc79Copy full SHA for ba7bc79
spec/inputs/file_read_spec.rb
@@ -36,7 +36,7 @@
36
end
37
38
events = input(conf) do |pipeline, queue|
39
- wait(0.5).for{File.exist?(tmpfile_path)}.to be_falsey
+ wait(2).for{File.exist?(tmpfile_path)}.to be_falsey
40
2.times.collect { queue.pop }
41
42
0 commit comments