11401458bSopenharmony_ci<?xml version="1.0" encoding="utf-8"?>
21401458bSopenharmony_ci<!-- Copyright (c) 2023 Huawei Device Co., Ltd.
31401458bSopenharmony_ci
41401458bSopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
51401458bSopenharmony_ci     you may not use this file except in compliance with the License.
61401458bSopenharmony_ci     You may obtain a copy of the License at
71401458bSopenharmony_ci
81401458bSopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
91401458bSopenharmony_ci
101401458bSopenharmony_ci     Unless required by applicable law or agreed to in writing, software
111401458bSopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
121401458bSopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
131401458bSopenharmony_ci     See the License for the specific language governing permissions and
141401458bSopenharmony_ci     limitations under the License.
151401458bSopenharmony_ci-->
161401458bSopenharmony_ci<fuzz_config>
171401458bSopenharmony_ci  <fuzztest>
181401458bSopenharmony_ci    <!-- maximum length of a test input -->
191401458bSopenharmony_ci    <max_len>1000</max_len>
201401458bSopenharmony_ci    <!-- maximum total time in seconds to run the fuzzer -->
211401458bSopenharmony_ci    <max_total_time>300</max_total_time>
221401458bSopenharmony_ci    <!-- memory usage limit in Mb -->
231401458bSopenharmony_ci    <rss_limit_mb>4096</rss_limit_mb>
241401458bSopenharmony_ci  </fuzztest>
251401458bSopenharmony_ci</fuzz_config>
26