mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Bump timeout due to potential backoff retry delay (#5706)
This commit is contained in:
parent
4bc8bcda2c
commit
0974e52c24
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ func TestAppRoleWithWrapping(t *testing.T) {
|
|||
}
|
||||
|
||||
checkToken := func() string {
|
||||
timeout := time.Now().Add(5 * time.Second)
|
||||
timeout := time.Now().Add(10 * time.Second)
|
||||
for {
|
||||
if time.Now().After(timeout) {
|
||||
t.Fatal("did not find a written token after timeout")
|
||||
|
|
|
|||
Loading…
Reference in a new issue