Skip to content

Commit

Permalink
better test
Browse files Browse the repository at this point in the history
  • Loading branch information
acwest committed Jan 16, 2025
1 parent ca8dbda commit 3c4d48e
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 218 deletions.
2 changes: 2 additions & 0 deletions internal/auth0/client/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,8 @@ func createClient(ctx context.Context, data *schema.ResourceData, meta interface
return diag.FromErr(err)
}

time.Sleep(800 * time.Millisecond)

data.SetId(client.GetClientID())
return readClient(ctx, data, meta)
}
Expand Down
Loading

0 comments on commit 3c4d48e

Please sign in to comment.