We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c1750 commit a954431Copy full SHA for a954431
1 file changed
spec/support/log_helpers.rb
@@ -3,7 +3,7 @@
3
require 'timeout'
4
5
module LogHelpers
6
- def expect_logs(name:, to_include: nil, to_exclude: nil, filters: %i[job_id created_at], wait: 5)
+ def expect_logs(name:, to_include: nil, to_exclude: nil, filters: %i[job_id created_at], wait: 10)
7
to_include = Array(to_include).compact
8
to_exclude = Array(to_exclude).compact
9
file = File.open(logs_path.join("#{name}.log"))
0 commit comments