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

Add environment variable flag to cause until steps to never timeout #5262

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

peppy
Copy link
Member

@peppy peppy commented Jun 23, 2022

Setting OSU_TESTS_NO_TIMEOUT to 1 will call any UntilSteps to run forever. This can allow attaching a debugger or performing a memory dump to investigate edge case scenarios.

Tested manually to work as expected.

Setting `OSU_TESTS_NO_TIMEOUT` to `1` will call any `UntilStep`s to run
forever. This can allow attaching a debugger or performing a memory dump
to investigate edge case scenarios.
@smoogipoo smoogipoo merged commit 2069cda into ppy:master Jun 23, 2022
@peppy peppy deleted the test-no-timeout branch July 4, 2022 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants