mirror of https://github.com/google/oss-fuzz.git
Fix reproducing timeout to match clusterfuzz
This commit is contained in:
parent
5bf19bd693
commit
c2c293d2c1
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue