18308: Merge branch 'main' into 18308-enable-collection-versioning
[arvados.git] / lib / cloud / cloudtest / tester.go
index 087aceffad73cc8a99857aca9b87f4f9bd1f65b2..9fd7c9e74941f8e12c47ae6bab60f5ea764fa422 100644 (file)
@@ -150,9 +150,8 @@ func (t *tester) Run() bool {
                        if time.Now().After(bootDeadline) {
                                t.Logger.Error("timed out")
                                return false
-                       } else {
-                               t.sleepSyncInterval()
                        }
+                       t.sleepSyncInterval()
                }
                t.Logger.WithField("Instance", t.testInstance.ID()).Info("new instance appeared")
                t.showLoginInfo()