microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 283 forks source link

Fix #885 RESTler did not honor --time_budget #889

Closed marina-p closed 2 months ago

marina-p commented 2 months ago

Move the timeout check so it is checked on every rendering.

Testing:

wilbaker commented 2 months ago

Thanks for fixing this issue so quickly!