-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frequent timeouts for CI / base (3.9)
#1077
Comments
CI / base (3.9)
Still happening. Now also for julia tests (e.g. https://github.com/ICB-DCM/pyPESTO/actions/runs/5959628067/job/16166590355) |
Also for the mac tests: e.g. https://github.com/ICB-DCM/pyPESTO/actions/runs/6034032186/job/16371678336 |
base should be faster in newer version now. |
Times out less frequently, but still does occasionally: |
While I think it's good to keep the test suite as compact as possible, I would also suggest to just extend the time limits. With re-running all the timed-out tests the current limits waste more time than they save. |
Yes, think that is a good idea. What I also noticed is that the tests seem to run out if too many actions run at the same time. Partially this might be due to two reasons:
|
Also for notebook tests, e.g. https://github.com/ICB-DCM/pyPESTO/actions/runs/6903646092/job/18782766099 |
There is really no need to run `pypesto.visualize.sampling.sampling_1d_marginals` over 20 times. It seems this was the cause of ICB-DCM#1077. In some cases, plotting takes over 10min (cancelled at some point, not sure it would ever complete). Maybe somebody using this function would like to investigate that further...
There is really no need to run `pypesto.visualize.sampling.sampling_1d_marginals` over 20 times. It seems this was the cause of #1077. In some cases, plotting takes over 10min (cancelled at some point, not sure it would ever complete). Maybe somebody using this function would like to investigate that further...
e.g. https://github.com/ICB-DCM/pyPESTO/actions/runs/5187107504/jobs/9349064642?pr=1073
https://github.com/ICB-DCM/pyPESTO/actions/runs/5187543834/jobs/9350030555?pr=1068
Increase timeouts or speed up tests?
edit: also happening for
CI / optimize (3.9)
, but less frequently.The text was updated successfully, but these errors were encountered: