Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slightly increase the default timeout for precondition assertions (#17)
# Slightly increase the default timeout for precondition assertions ## ♻️ Current situation & Problem This PR increases the default timeout from 0.01s to 1s. In the last few days, tests were sometimes failing as XCTRuntimePrecondition failed to result in a precondition in the specified timeout. Therefore, we increase the default timeout to a less restrictive value. ## ⚙️ Release Notes * Increase default timeout from 0.01s to 1s for XCTRuntimePrecondition. ## 📚 Documentation -- ## ✅ Testing -- ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
- Loading branch information