Skip to content

Fix Geo secondary node API tests by waiting for services to start properly

What does this MR do?

This merge request fixes intermittent QA pipeline errors for Geo tests. Some services are not ready before we fire Geo secondary API tests. Here, we increase a wait time by 30 seconds, but it is a temporary fix until we figure it out how to properly fix that, as described in https://gitlab.com/gitlab-org/gitlab-ee/issues/6514#note_83402020

Does this MR meet the acceptance criteria?

  • Has been reviewed by a Backend maintainer
  • End-to-end tests pass (package-and-qa manual pipeline job)

What are the relevant issue numbers?

See https://gitlab.com/gitlab-org/gitlab-ee/issues/6514

Merge request reports