196279301Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?>
296279301Sopenharmony_ci<!-- Copyright (c) 2022 Huawei Device Co., Ltd.
396279301Sopenharmony_ci
496279301Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
596279301Sopenharmony_ci     you may not use this file except in compliance with the License.
696279301Sopenharmony_ci     You may obtain a copy of the License at
796279301Sopenharmony_ci
896279301Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
996279301Sopenharmony_ci
1096279301Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
1196279301Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
1296279301Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1396279301Sopenharmony_ci     See the License for the specific language governing permissions and
1496279301Sopenharmony_ci     limitations under the License.
1596279301Sopenharmony_ci-->
1696279301Sopenharmony_ci<fuzz_config>
1796279301Sopenharmony_ci  <fuzztest>
1896279301Sopenharmony_ci    <!-- maximum length of a test input -->
1996279301Sopenharmony_ci    <max_len>1000</max_len>
2096279301Sopenharmony_ci    <!-- maximum total time in seconds to run the fuzzer -->
2196279301Sopenharmony_ci    <max_total_time>300</max_total_time>
2296279301Sopenharmony_ci    <!-- memory usage limit in Mb -->
2396279301Sopenharmony_ci    <rss_limit_mb>4096</rss_limit_mb>
2496279301Sopenharmony_ci  </fuzztest>
2596279301Sopenharmony_ci</fuzz_config>
26