Skip to content

Fix error message when VM creation times out

Boros Gábor requested to merge josh/fix-sleep-until into master

Created by: kaizoku

This fixes the message logged when VM creation times out. The timeout counter was used to generate the error message and would always read 0, since it was decremented until 0 to check for the timeout.

JIRA tickets: OC-3354

Testing instructions:

  1. I've added a unit test to check this error message, not sure if there's a way to trigger a build to timeout.

Reviewers

  • (UmanShahzad )

Merge request reports