Skip to content

Commit 6ec7781

Browse files
committed
(IAC-1597) Increasing MAX_RETRIES for Ubuntu18
1 parent fbc4973 commit 6ec7781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# frozen_string_literal: true
22

33
UNSUPPORTED_PLATFORMS = ['RedHat', 'Suse', 'windows', 'AIX', 'Solaris'].freeze
4-
MAX_RETRY_COUNT = 5
54
RETRY_WAIT = 3
65
ERROR_MATCHER = %r{(no valid OpenPGP data found|keyserver timed out|keyserver receive failed)}.freeze
6+
MAX_RETRY_COUNT = 10
77

88
RSpec.configure do |c|
99
c.before :suite do

0 commit comments

Comments
 (0)