mirror of
https://github.com/bitnami/charts.git
synced 2026-04-01 06:47:23 +08:00
[bitnami/postgresql-ha] ci: improve stability on Ginkgo tests (#33567)
This commit is contained in:
committed by
GitHub
parent
4e3ea1ed5d
commit
6d8bc54fc0
@@ -30,7 +30,7 @@ func init() {
|
||||
flag.StringVar(&namespace, "namespace", "", "namespace where the application is running")
|
||||
flag.StringVar(&username, "username", "", "database user")
|
||||
flag.StringVar(&password, "password", "", "database password for username")
|
||||
flag.IntVar(&timeoutSeconds, "timeout", 200, "timeout in seconds")
|
||||
flag.IntVar(&timeoutSeconds, "timeout", 300, "timeout in seconds")
|
||||
timeout = time.Duration(timeoutSeconds) * time.Second
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user