interTwin-eu / vk-test-set

A set of Kubernetes manifests wrapped in pytest to validate interlink sidecars
1 stars 1 forks source link

Adding `timeout_multiplier` as global config #3

Closed landerlini closed 3 months ago

landerlini commented 3 months ago

With slower networking, we observe random failures of the tests due to too severe timeout.

This PR adds a timeout_multiplier property to the global config which is used to multiply the timeout for all tests.

The multiplier can be increase for unattended CI/CD tests, or decreased for plugin debugging with images cached on the target.