[bitnami/redis] test: Add sleep to avoid race condition (#62919)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2024-02-23 08:32:46 +01:00
committed by GitHub
parent a26548af08
commit 8489f1954c

View File

@@ -12,7 +12,7 @@ file:
- "daemonize yes"
command:
check-redis-server:
exec: redis-server /opt/bitnami/redis/etc/redis.conf && ps aux
exec: redis-server /opt/bitnami/redis/etc/redis.conf && sleep 5 && ps aux
exit-status: 0
timeout: 20000
stdout: