diff --git a/command/agent_test.go b/command/agent_test.go index 1ce2e84dbb..a9cfac5338 100644 --- a/command/agent_test.go +++ b/command/agent_test.go @@ -1415,7 +1415,7 @@ vault { // the temp dir before Agent has had time to render and will // likely fail the test tick := time.Tick(1 * time.Second) - timeout := time.After(10 * time.Second) + timeout := time.After(15 * time.Second) var err error for { select {