diff --git a/command/state/state.go b/command/state/state.go index f4c7406d3..f4b4b1bc1 100644 --- a/command/state/state.go +++ b/command/state/state.go @@ -16,7 +16,7 @@ import ( ) const ( - LockThreshold = 250 * time.Millisecond + LockThreshold = 400 * time.Millisecond LockMessage = "Acquiring state lock. This may take a few moments..." UnlockMessage = "Releasing state lock. This may take a few moments..."