Skip to content

Increased timeout error and handled numpy version

Luis Aleixo requested to merge feature/timeout into master

As a temporary fix, the terminationGracePeriodSeconds time was increased (from 30 to 60 so that we avoid timeout errors - still testing).

As a second fix, numpy released a new version - https://github.com/numpy/numpy/releases/tag/v1.23.0 - that is causing mypy errors. As a temporary fix, now there is a restriction not to use this latest version.

Merge request reports