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

Actually skip backend #1157

Merged
merged 4 commits into from
Mar 14, 2024
Merged

Actually skip backend #1157

merged 4 commits into from
Mar 14, 2024

Conversation

sakehl
Copy link
Contributor

@sakehl sakehl commented Feb 26, 2024

Makes sure that the option --skip-backend is actually used. (Thus fixes #1152).

Additionally adds the option dev-total-timeout. This adds a timeout towards only the verification part of the back-end, which kills the process via Silver after a timeout. I found this useful, since with this timeout, back-end processes always get killed correctly. In contrast, sometimes if I killed VerCors with the bash program timeout some Z3 programs kept running in the background.

@pieter-bos pieter-bos merged commit 777c4c4 into utwente-fmt:dev Mar 14, 2024
11 of 13 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.

The --skip-backend flag does nothing
2 participants