Skip to content

Commit

Permalink
update beyla tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Jan 8, 2025
1 parent 2dfa42e commit 63a58fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/component/beyla/ebpf/beyla_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ func TestConvert_Attributes(t *testing.T) {
expectedConfig := beyla.Attributes{
InstanceID: beyla.DefaultConfig.Attributes.InstanceID,
Kubernetes: transform.KubernetesDecorator{
Enable: kubeflags.EnableFlag(args.Kubernetes.Enable),
InformersSyncTimeout: 30 * time.Second,
Enable: kubeflags.EnableFlag(args.Kubernetes.Enable),
InformersSyncTimeout: 30 * time.Second,
InformersResyncPeriod: 30 * time.Minute,
},
HostID: beyla.HostIDConfig{
FetchTimeout: 500 * time.Millisecond,
Expand Down

0 comments on commit 63a58fc

Please sign in to comment.