RecordFlux
RecordFlux copied to clipboard
Nightly tests sometimes exceed maximum execution time
From time to time, the scheduled CI tests fail because of exceeding the maximum execution time. In the most cases, it's caused by the Tests (python_coverage, 3.7)
job.
Example: https://github.com/Componolit/RecordFlux/actions/runs/2854204042
Should be solved by #1145.
Removing Python 3.7 (#1145) did not solve the problem. Also, pytest-timeout did not stop the test after the defined duration.
https://github.com/Componolit/RecordFlux/runs/8083850144?check_suite_focus=true
The issue still persists:
- 2020-09-01: https://github.com/Componolit/RecordFlux/actions/runs/2974825503/jobs/4765968081
- 2020-09-07: https://github.com/Componolit/RecordFlux/actions/runs/3003269702/jobs/4821388388
- 2020-09-09: https://github.com/Componolit/RecordFlux/actions/runs/3018170749/jobs/4852823000
- 2020-09-15: https://github.com/Componolit/RecordFlux/actions/runs/3055954758/jobs/4929594509
Obsolete, as GitHub CI is not used anymore.