diff --git a/tests/e2e/helpers/grpc/grpc.go b/tests/e2e/helpers/grpc/grpc.go index f2c4615ae15..7d7b6d939e4 100644 --- a/tests/e2e/helpers/grpc/grpc.go +++ b/tests/e2e/helpers/grpc/grpc.go @@ -24,7 +24,7 @@ func WaitForTracingPolicy(ctx context.Context, policyName string) error { return fmt.Errorf("failed to find tetragon grpc forwarded ports") } - maxTries := 10 + maxTries := 20 for podName, grpcPort := range tetraPorts { addr := fmt.Sprintf("127.0.0.1:%d", grpcPort) // NB(kkourt): maybe it would make sense to cache the grpc connections in the