aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2021-08-13 21:58:16 -0700
committerGravatar GitHub <noreply@github.com>2021-08-13 21:58:16 -0700
commitc2c293d2c1fb9017a2bc23acb7b438114bff1220 (patch)
tree8a50ec05a30df19baf626e4da057a895f85b54a0 /docs
parent5bf19bd6932dba8bc985d773ca5b3cbdb1690e3b (diff)
Fix reproducing timeout to match clusterfuzz
Diffstat (limited to 'docs')
-rw-r--r--docs/advanced-topics/reproducing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced-topics/reproducing.md b/docs/advanced-topics/reproducing.md
index 95bb09c5..3023ba91 100644
--- a/docs/advanced-topics/reproducing.md
+++ b/docs/advanced-topics/reproducing.md
@@ -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).