Skip to content

Commit a954431

Browse files
committed
Increase wait time for expect_logs
1 parent 91c1750 commit a954431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/support/log_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'timeout'
44

55
module LogHelpers
6-
def expect_logs(name:, to_include: nil, to_exclude: nil, filters: %i[job_id created_at], wait: 5)
6+
def expect_logs(name:, to_include: nil, to_exclude: nil, filters: %i[job_id created_at], wait: 10)
77
to_include = Array(to_include).compact
88
to_exclude = Array(to_exclude).compact
99
file = File.open(logs_path.join("#{name}.log"))

0 commit comments

Comments
 (0)