Skip to content

Commit

Permalink
Increase timeout of password policies test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcman312 committed Jun 11, 2020
1 parent 133fe21 commit 911e563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/logical_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3188,7 +3188,7 @@ func TestHandlePoliciesPasswordGenerate(t *testing.T) {
})

t.Run("success", func(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()

policyEntry := storageEntry(t, "testpolicy",
Expand Down

0 comments on commit 911e563

Please sign in to comment.