You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Due to performance variability of the virtual machines that run GitHub actions, the RadhydroPulseGrey test stochastically times out when merging PRs. This causes the merge to fail and the PR to be ejected from the merge queue.
The problem parameters need to be modified so it doesn't take as long to run. The test suite already takes about 1hr 45min to run, even when it doesn't time out.
97% tests passed, 1 tests failed out of 34
Errors while running CTest
Total Test time (real) = 3890.12 sec
The following tests FAILED:
28 - RadhydroPulseGrey (Timeout)
Additional context
N/A
The text was updated successfully, but these errors were encountered:
### Description
Address issue #624 . I reduced `max_time` of the
test_radhydro_pulse_grey test by ~5. Now the runtime of this test on my
Mac Studio reduced from 28 s to 6 s.
### Related issues
Fixes#624.
### Checklist
_Before this pull request can be reviewed, all of these tasks should be
completed. Denote completed tasks with an `x` inside the square brackets
`[ ]` in the Markdown source below:_
- [x] I have added a description (see above).
- [x] I have added a link to any related issues see (see above).
- [x] I have read the [Contributing
Guide](https://github.com/quokka-astro/quokka/blob/development/CONTRIBUTING.md).
- [x] I have added tests for any new physics that this PR adds to the
code.
- [x] I have tested this PR on my local computer and all tests pass.
- [x] I have manually triggered the GPU tests with the magic comment
`/azp run`.
- [x] I have requested a reviewer for this PR.
Describe the bug
Due to performance variability of the virtual machines that run GitHub actions, the RadhydroPulseGrey test stochastically times out when merging PRs. This causes the merge to fail and the PR to be ejected from the merge queue.
The problem parameters need to be modified so it doesn't take as long to run. The test suite already takes about 1hr 45min to run, even when it doesn't time out.
To Reproduce
Steps to reproduce the behavior:
Additional context
N/A
The text was updated successfully, but these errors were encountered: