Skip to content

Commit

Permalink
Fix flakey TestAgent_Template_Retry test (#11332)
Browse files Browse the repository at this point in the history
  • Loading branch information
briankassouf committed Apr 9, 2021
1 parent addbdd1 commit 43e4a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1496,8 +1496,8 @@ path "/secret/*" {

_, err = client.Logical().Write("auth/approle/role/test1", map[string]interface{}{
"bind_secret_id": "true",
"token_ttl": "3s",
"token_max_ttl": "10s",
"token_ttl": "1h",
"token_max_ttl": "2h",
"policies": []string{"test-autoauth"},
})
if err != nil {
Expand Down

0 comments on commit 43e4a61

Please sign in to comment.