curl / curl-fuzzer

Quality assurance testing for the curl project
MIT License
82 stars 29 forks source link

curl_fuzzer: use stricter timeout + server response timeout #23

Closed bagder closed 5 years ago

bagder commented 5 years ago

Reduce the timeout to 60 seconds and since the timeout is no longer including the disconnect phase, make use of "server response timeout" for that. Setting that to 5 seconds.

cmeister2 commented 5 years ago

60 milliseconds I hope :smile:

I think I'm ok with this. Think it's worth me playing about with it once you merge in though.

bagder commented 5 years ago

Oops, that was the _MS one - I think we can leave that 200ms. I suppose the response timeout could then be reduced to 1 second or maybe a reason to go back and take another think on this...