Skip to content

Commit

Permalink
increased the amount of retries for querying jira
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMinor committed Nov 24, 2021
1 parent ad58e62 commit bf83390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/default_parameters_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class { 'jira':
EOS

# jira just takes *ages* to start up :-(
WGET_CMD = 'wget -q --tries=24 --retry-connrefused --read-timeout=10 localhost:8080'.freeze
WGET_CMD = 'wget -q --tries=30 --retry-connrefused --read-timeout=10 localhost:8080'.freeze
apply_manifest(pp, catch_failures: true)
sleep 60
shell WGET_CMD, acceptable_exit_codes: [0, 8]
Expand Down

0 comments on commit bf83390

Please sign in to comment.