Skip to content

Commit

Permalink
Update naptime for retrytoken test (#12799)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmukh committed Oct 12, 2021
1 parent ee40205 commit e558e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/expiration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,7 @@ func TestExpiration_revokeEntry_token(t *testing.T) {
t.Fatalf("err: %v", err)
}

limit := time.Now().Add(3 * time.Second)
limit := time.Now().Add(10 * time.Second)
for time.Now().Before(limit) {
indexEntry, err = exp.indexByToken(namespace.RootContext(nil), le)
if err != nil {
Expand Down

0 comments on commit e558e58

Please sign in to comment.