Fix reproducing timeout to match clusterfuzz

This commit is contained in:
Abhishek Arya 2021-08-13 21:58:16 -07:00 committed by GitHub
parent 5bf19bd693
commit c2c293d2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ the fuzz target with your build and test system, all you have to do is run this
$ ./fuzz_target_binary <testcase_path>
```
For timeout bugs, add the `-timeout=25` argument. For OOM bugs, add the
For timeout bugs, add the `-timeout=65` argument. For OOM bugs, add the
`-rss_limit_mb=2560` argument. Read more on [how timeouts and OOMs are
handled]({{ site.baseurl }}/faq/#how-do-you-handle-timeouts-and-ooms).