Skip to content

Commit 4280c13

Browse files
committed
Increase timeout
1 parent de1cfcc commit 4280c13

File tree

1 file changed

+1
-1
lines changed
  • framework/components/blockchain/canton

1 file changed

+1
-1
lines changed

framework/components/blockchain/canton/splice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ func SpliceContainerRequest(
337337
WaitingFor: wait.ForExec([]string{
338338
"/bin/bash",
339339
"/app/health-check.sh",
340-
}).WithStartupTimeout(time.Minute * 3),
340+
}).WithStartupTimeout(time.Minute * 5),
341341
Env: map[string]string{
342342
"DB_SERVER": postgresContainerName,
343343
"DB_USER": DefaultPostgresUser,

0 commit comments

Comments
 (0)