Commit 3fd0f14
authored
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments