Skip to content

Commit

Permalink
Fix Flaky Lifecycle tests (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas authored Nov 28, 2023
1 parent 33ec972 commit 0fe0702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ func deleteReleaseBundle(t *testing.T, lcManager *lifecycle.LifecycleServicesMan
}

assert.NoError(t, lcManager.DeleteReleaseBundle(rbDetails, services.ReleaseBundleQueryParams{Async: false}))
// Wait after remote deleting. Can be removed once remote deleting supports sync.
time.Sleep(5 * time.Second)
}

func remoteDeleteReleaseBundle(t *testing.T, lcManager *lifecycle.LifecycleServicesManager, rbName, rbVersion string) {
Expand Down

0 comments on commit 0fe0702

Please sign in to comment.