(IAC-1597) Increasing MAX_RETRIES for Ubuntu18
authorPaula Muir <paula@puppet.com>
Thu, 6 May 2021 16:39:34 +0000 (17:39 +0100)
committerPaula Muir <paula@puppet.com>
Tue, 11 May 2021 08:50:08 +0000 (09:50 +0100)
spec/spec_helper_acceptance_local.rb

index 6f7777c8a998486eccc586d7b3b7e34fa1e13f58..9f0cd18b7bcde553d07c17d16eed87edad40dc5b 100644 (file)
@@ -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