From: Paula Muir Date: Thu, 6 May 2021 16:39:34 +0000 (+0100) Subject: (IAC-1597) Increasing MAX_RETRIES for Ubuntu18 X-Git-Tag: v8.1.0~7^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;ds=inline;h=6ec7781e4d8fb440c0c6864d3b8bd6ba537550e1;p=puppet-modules%2Fpuppetlabs-apt.git (IAC-1597) Increasing MAX_RETRIES for Ubuntu18 --- diff --git a/spec/spec_helper_acceptance_local.rb b/spec/spec_helper_acceptance_local.rb index 6f7777c..9f0cd18 100644 --- a/spec/spec_helper_acceptance_local.rb +++ b/spec/spec_helper_acceptance_local.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true UNSUPPORTED_PLATFORMS = ['RedHat', 'Suse', 'windows', 'AIX', 'Solaris'].freeze -MAX_RETRY_COUNT = 5 RETRY_WAIT = 3 ERROR_MATCHER = %r{(no valid OpenPGP data found|keyserver timed out|keyserver receive failed)}.freeze +MAX_RETRY_COUNT = 10 RSpec.configure do |c| c.before :suite do