Open
Description
Looks like the mac runners (esp. the one with MPI) keep running into the artificial timeout imposed on the tests. Options:
- We could remove the timeout in general, but then adding new tests can silently blow up the runtime of the test suite
- We could remove the timeout for the particular tests, but they actually run quickly on other runners.
- We could try to remove/increase the timeout for the particular tests on the particular platform, but this might add complexity to the CI workflow.
Thoughts?