I noticed that since we changed cli to split up all the tests, CI is more flaky and needs to be retried more often. I considered turning on nextest retries, but some tests are really slow. We should probably make something like I did in simuation_tests.rs in modeling-app that looks for retryable errors and retries at that level.
I noticed that since we changed cli to split up all the tests, CI is more flaky and needs to be retried more often. I considered turning on nextest retries, but some tests are really slow. We should probably make something like I did in
simuation_tests.rsin modeling-app that looks for retryable errors and retries at that level.