Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): fix long debugger test times (#4599)
# Description ## Problem\* Resolves <!-- Link to GitHub Issue --> ## Summary\* We're currently not closing the spawned bash process so we have to wait for the full timeout duration before the test registers as successful. This PR then adds an explicit call to `exit` to finish the test early. I've also shortened the timeout as 2 minutes seems excessive. ## Additional Context ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [ ] I have tested the changes locally. - [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
- Loading branch information