We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1cfcc commit 4280c13Copy full SHA for 4280c13
framework/components/blockchain/canton/splice.go
@@ -337,7 +337,7 @@ func SpliceContainerRequest(
337
WaitingFor: wait.ForExec([]string{
338
"/bin/bash",
339
"/app/health-check.sh",
340
- }).WithStartupTimeout(time.Minute * 3),
+ }).WithStartupTimeout(time.Minute * 5),
341
Env: map[string]string{
342
"DB_SERVER": postgresContainerName,
343
"DB_USER": DefaultPostgresUser,
0 commit comments