Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Much smaller CI output for paralell tests
The output of parallel tests especially for lowest-direct tests is very long because we are printing state every 10 seconds and there are many paralell test types (90+ for lowest direct). We do not need to print progress that often, and it has already been added in apache#39946 but one place to add it was missing - context manager still had the default 10 seconds refresh time. After this change the output will be printed every 20 seconds in the regular tests and every 2 minutes in "lowest-direct" tests (controlled by env variable) so the output should be much easier to find reasons for issues.
- Loading branch information