Skip to content

Commit

Permalink
reduce forks to avoid DNS resolve timeout. This should be calculated …
Browse files Browse the repository at this point in the history
…better based on ansible-inventory entries

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Jan 4, 2018
1 parent 4ffe5d1 commit a09fe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests
Expand Up @@ -52,7 +52,7 @@ function generate_ansible_cfg {
echo "[defaults]" > ansible.cfg
echo "callback_plugins = plugins/" >> ansible.cfg
echo "inventory = ansible-inventory" >> ansible.cfg
echo "forks = 500" >> ansible.cfg
echo "forks = 70" >> ansible.cfg
echo "generated ansible config:"
echo "========================="
cat ansible.cfg
Expand Down

0 comments on commit a09fe50

Please sign in to comment.