ansible / eda-server

Event Driven Ansible for AAP
Apache License 2.0
66 stars 42 forks source link

ci: increase timeout for multinode tests #961

Closed Alex-Izquierdo closed 3 months ago

Alex-Izquierdo commented 3 months ago

We have issues with multinode pipeline because the workers are not ready in time and the test suite reaches the timeout when importing the project. The issue has become more frequent after https://github.com/ansible/eda-server/pull/957

Increase the timeout for this pipeline to avoid false negatives. With ~60 seconds could be good enough but with 120 we get protected when the GH performance is particularly bad.