Skip to content

Commit 8f9ec45

Browse files
author
lamai93
committed
Modified timeouts.
1 parent 90b1d87 commit 8f9ec45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/deployment/reconcile/timeouts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const (
3030
removeMemberTimeout = time.Minute * 15
3131
renewTLSCertificateTimeout = time.Minute * 30
3232
renewTLSCACertificateTimeout = time.Minute * 30
33-
rotateMemberTimeout = time.Minute * 30
33+
rotateMemberTimeout = time.Minute * 15
3434
shutdownMemberTimeout = time.Minute * 30
3535
upgradeMemberTimeout = time.Hour * 6
36-
waitForMemberUpTimeout = time.Minute * 45
36+
waitForMemberUpTimeout = time.Minute * 15
3737
)

0 commit comments

Comments
 (0)