Add -max_total_time argument into launcher.py (#35)

The launcher script only pass -timeout, which set a timer for a single
fuzzing test loop, but that doesn't work for the overall fuzzing test.
Add -max_total_time to fix this problem.

Signed-off-by: tengpeng <tengpeng.li2020@gmail.com>

	modified:   fuzzing/tools/launcher.py
1 file changed
tree: 5e3bc03fae0055e7a68b54b924cb4aadf3f79ae4
  1. .github/
  2. docs/
  3. examples/
  4. fuzzing/
  5. .bazelrc
  6. BUILD
  7. CODEOWNERS
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

Bazel Rules for Fuzz Tests

This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.

This is not an officially supported Google product.