Fix flakey TestAgent_Template_Retry test (#11332)

This commit is contained in:
Brian Kassouf 2021-04-09 12:11:01 -07:00 committed by GitHub
parent 3dfe5176ee
commit 49489da596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 {