Align create-runner-wait and wait job timeouts to 30min

Currently create-runner-wait job from CI template has a timeout set to 15min and it is actually waiting for the wait job from the runner-aas pipeline. However this later job has a 30 min timeout. create-runner-wait timeout failure sometimes occurs just because it didn't wait enough.

This MR aligns both timeouts in order to make sure create-runner-wait doesn't fail before wait.

Merge request reports

Loading