diff --git a/command/views/hook_ui.go b/command/views/hook_ui.go index a869b45a22..9fd3f94fbc 100644 --- a/command/views/hook_ui.go +++ b/command/views/hook_ui.go @@ -19,7 +19,7 @@ import ( "github.com/hashicorp/terraform/terraform" ) -const defaultPeriodicUiTimer = 10 * time.Second +const defaultPeriodicUiTimer = 25 * time.Second const maxIdLen = 80 func NewUiHook(view *View) *UiHook {