Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: increase wait duration after upgrade/downgrade in E2E upgrade test
E2E Upgrade tests randomly fail if health endpoints aren't available after an upgrade within the given default timeout of 5min. ``` Errors: cilium cilium-c4qkb controller cilium-health-ep is failing since 2m7s (15x): Get "http://10.244.2.186:4240/hello": dial tcp 10.244.2.186:4240: connect: no route to host ``` It looks like the health server unix listener isn't available at that time. Therefore, this commit increases the timeout from 5 to 10 minutes. Suggested-by: Marco Iorio <marco.iorio@isovalent.com> Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
- Loading branch information