mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
command/state: up the threshold for showing lock info
This commit is contained in:
parent
90f3d40c1f
commit
18bc77c359
@ -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..."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user