Adds per test timeouts inside `run_all_tests.py` (#549)
# Description This PR: * enables per test timeout setting. * reduces default timeout to 2 mins (120 secs) * sets `test_environments.py` to have a timeout of 20 mins (1200 secs) * mounts `tools` dir into docker container Fixes #548 <!-- As a practice, it is recommended to open an issue to have discussions on the proposed pull request. This makes it easier for the community to keep track of what is being developed or added, and if a given feature is demanded by more than one party. --> ## Type of change - New feature (non-breaking change which adds functionality) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have run all the tests with `./isaaclab.sh --test` and they pass - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
Showing
tools/per_test_timeouts.py
0 → 100644
Please register or sign in to comment