<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2022 Huawei Device Co., Ltd.

     HDF is dual licensed: you can use it either under the terms of
     the GPL, or the BSD license, at your option.
     See the LICENSE file in the root of this repository for complete details.
-->
<fuzz_config>
  <fuzztest>
    <!-- maximum length of a test input -->
    <max_len>1000</max_len>
    <!-- maximum total time in seconds to run the fuzzer -->
    <max_total_time>120</max_total_time>
    <!-- memory usage limit in Mb -->
    <rss_limit_mb>2048</rss_limit_mb>
  </fuzztest>
</fuzz_config>