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

Follow-up: Increase the number of attempts for the FROST roundtrip test #13

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

pdyraga
Copy link
Member

@pdyraga pdyraga commented Jan 10, 2024

With maxAttempts = 5 we have around a 3% chance that this test will not pass due to bad luck. With maxAttempts = 20 we have 0.0001% chance of not passing.

Also, added a context to error messages printed to better distinguish test cases.

It is a follow-up for #11.

With maxAttempts = 5 we have around a 3% chance that this test will not pass due
to bad luck. With maxAttempts = 20 we have 0.0001% chance of not passing.

Also, added a context to error messages printed to better distinguish test cases.
@pdyraga pdyraga changed the title Followup: Increase the number of attempts for the FROST roundtrip test Follow-up: Increase the number of attempts for the FROST roundtrip test Jan 10, 2024
@eth-r eth-r merged commit c4d451c into main Jan 10, 2024
2 checks passed
@eth-r eth-r deleted the roundtrip-frost branch January 10, 2024 13:35
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