Skip to content

Commit

Permalink
increase timer for matallb addon to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshisharma84 committed Sep 5, 2024
1 parent 9a7110c commit 3ebc28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/uninstall_addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestUninstallAddons(t *testing.T) {

// ensure all addons are installed and available before we start deleting them
funcs.AddonHaveStatusWithin(2*time.Minute, newAddon(a1), v1alpha1.TypeComponentAvailable),
funcs.AddonHaveStatusWithin(2*time.Minute, newAddon(a2), v1alpha1.TypeComponentAvailable),
funcs.AddonHaveStatusWithin(3*time.Minute, newAddon(a2), v1alpha1.TypeComponentAvailable),
funcs.AddonHaveStatusWithin(2*time.Minute, newAddon(a3), v1alpha1.TypeComponentAvailable),
)).
WithSetup("DeleteAddonsWithBlueprint", funcs.AllOf(
Expand Down

0 comments on commit 3ebc28f

Please sign in to comment.