Skip to content

Commit 3fd0f14

Browse files
golang: increase timeout for webp decoding target (#13426)
We see a not insignificant number of timeout issues when running the fuzz_webp_decode target, which appear to magically resolve themselves despite the underlying code not changing. I expect that running the target under ASAN, with limited resources, is just a little slow. Bump the timeout from the default (60s) to 120s. I expect this will just silence the timeouts.
1 parent 7a3b89f commit 3fd0f14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[libfuzzer]
2+
timeout = 120

0 commit comments

Comments
 (0)