Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect timeout calculation message and improve variable naming #4010

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

leonasdev
Copy link
Contributor

This pull request fixes the incorrect timeout calculation message and improves variable naming in the run_engine_fuzzer function.

The error message previously used fuzz_test_timeout after it was adjusted, leading to confusion.

For example, before this PR, if fuzz_test_timeout = 2100 and additional_processing_time = 2700, the error message will show "Invalid engine timeout: -600.0 - 2700.0" which is confusing.

This PR ensures the message correctly reflects the original fuzz_test_timeout.

@jonathanmetzman
Copy link
Collaborator

/gcbrun

@jonathanmetzman jonathanmetzman merged commit 7f39a19 into google:master Jun 4, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants