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

Time limits for SystemTests #80

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Time limits for SystemTests #80

merged 1 commit into from
Sep 28, 2023

Conversation

l-kent
Copy link
Contributor

@l-kent l-kent commented Sep 21, 2023

Addressing #77 a little bit. With these time limits the tests still take far too long on the latest Boogie (~15 minutes on Boogie 3.0.4 vs. ~4 minutes on 2.16.0 on my machine) but at least they're runnable.

@ailrst
Copy link
Contributor

ailrst commented Sep 22, 2023

Looks good, it would be nice to also have a timeout on the subprocess terminating, and the unit tests themselves eventually, but this solves the problem.

@l-kent
Copy link
Contributor Author

l-kent commented Sep 22, 2023

Yeah, it could be good to have those in the future but I'm not really worried about them for now and they're more of a hassle. Failure to terminate is just an issue with Z3 called by Boogie and this handles that.

@ailrst ailrst merged commit aadf23c into main Sep 28, 2023
1 check passed
@l-kent l-kent deleted the timeout_tests branch October 16, 2023 04:39
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