mirror of https://github.com/google/oss-fuzz.git
![]() While investigating the urllib3 performance with the `fuzz_requests` I saw that a lot of tests had been failing with timeouts. I had some misunderstandings about how oss-fuzz works and that you need light and quick implementations for the fuzzer to work effectively. Doing some local testing a single iteration of the fuzzer was taking as long as 90 seconds. This change updates the `urllib3` timeouts to be far shorter and reduces the number of requests the fuzzer tries to do in a single iteration. This should bring us under the 25 second timeout and hopefully get this fuzzer closer to working. |
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
fuzz_requests.py | ||
fuzz_urlparse.py | ||
project.yaml |