Skip to content

Commit bf83390

Browse files
committed
increased the amount of retries for querying jira
1 parent ad58e62 commit bf83390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/acceptance/default_parameters_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class { 'jira':
4545
EOS
4646

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

0 commit comments

Comments
 (0)