Skip to content

Commit

Permalink
sleep 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Nov 11, 2024
1 parent 4cf56e4 commit e9eb2b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vault/resource_database_secret_backend_static_role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"fmt"
"os"
"testing"
"time"

"github.com/hashicorp/terraform-provider-vault/internal/consts"

Expand Down Expand Up @@ -180,6 +181,7 @@ CREATE ROLE "{{name}}" WITH

// create static database user
testutil.CreateTestPGUser(t, pgxURL.String(), username, "testpassword", testRoleStaticCreate)
time.Sleep(5)

resource.Test(t, resource.TestCase{
ProviderFactories: providerFactories,
Expand Down

0 comments on commit e9eb2b1

Please sign in to comment.