command/state: up the threshold for showing lock info

This commit is contained in:
Mitchell Hashimoto 2017-02-14 11:36:21 -08:00
parent 90f3d40c1f
commit 18bc77c359
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
) )
const ( const (
LockThreshold = 250 * time.Millisecond LockThreshold = 400 * time.Millisecond
LockMessage = "Acquiring state lock. This may take a few moments..." LockMessage = "Acquiring state lock. This may take a few moments..."
UnlockMessage = "Releasing state lock. This may take a few moments..." UnlockMessage = "Releasing state lock. This may take a few moments..."