Describe the bug
Some tests are failing in CI pipelines because of timeout. This timeout is set too low and doesn't take into account the variance due to shared IO/CPU in cloud CI systems.
To Reproduce
Steps to reproduce the behavior:
Run pre-merge pipeline in NVIDIA CI several times. Tests will fail ~10% of the time due to timeout error.
Expected behavior
Tests should pass all the time. The timeout must be increased.