summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/old_style_cache_plugins
diff options
context:
space:
mode:
authorMatt Davis <6775756+nitzmahone@users.noreply.github.com>2023-07-25 22:09:40 +0200
committerGitHub <noreply@github.com>2023-07-25 22:09:40 +0200
commit6a8c51bb9c7aacef2a781106deb556982577f50f (patch)
treeacd2b7ddc351fa194f159aa6aa14e61fe1e32694 /test/integration/targets/old_style_cache_plugins
parentRefactor test cases to improve unit test quality (#81334) (diff)
downloadansible-6a8c51bb9c7aacef2a781106deb556982577f50f.tar.xz
ansible-6a8c51bb9c7aacef2a781106deb556982577f50f.zip
fix redis cache setup (#81329)
* use https repo * increase default download timeout of 10s for slow/lagged connections
Diffstat (limited to 'test/integration/targets/old_style_cache_plugins')
-rw-r--r--test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml b/test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml
index 8aad37a37a..b7cd4831b4 100644
--- a/test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml
+++ b/test/integration/targets/old_style_cache_plugins/setup_redis_cache.yml
@@ -20,8 +20,9 @@
- name: get the latest stable redis server release
get_url:
- url: http://download.redis.io/redis-stable.tar.gz
+ url: https://download.redis.io/redis-stable.tar.gz
dest: ./
+ timeout: 60
- name: unzip download
unarchive: