container: increase retry numbers

This commit is contained in:
Edwin 2017-09-06 11:14:05 +08:00
parent b9948e5923
commit 49ccadd5a2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import (
)
const (
healthCheckRetryCount = 10
healthCheckRetryCount = 20
healthCheckRetryDelay = 2 * time.Second
)