mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/redis] test: ✅ Add sleep to avoid race condition (#62919)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
a26548af08
commit
8489f1954c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user