Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/controller/kustomization_fuzzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func Fuzz_Controllers(f *testing.F) {
}

// ensure the deferred deletion of all objects (namespace, secret, sopSecret) and
// the kustomization above were reconciled before moving on. This avoids unneccessary
// the kustomization above were reconciled before moving on. This avoids unnecessary
// errors whilst tearing down the testing infrastructure.
time.Sleep(10 * time.Second)

Expand Down