Skip to content

Increase wait-for-it timeout

Thomas Ives requested to merge increase-timeout into main

The cppTango CI tests have been sporadically failing on the SKAO runners due to the mysql container taking a longer than 30 seconds to start when the runners are under load.

Increasing the timeout avoids this situation.

Here are some logs demonstrating the issue: https://gitlab.com/tango-controls/cppTango/-/jobs/4486278690/artifacts/browse/build/tests/results/cxx_always_hook_20230616.075749.795665020/

@beenje I am not sure how these docker images work, do we need to tag a release after this is merged so that we can use it in the cppTango tests?

Merge request reports