Skip to content

Commit

Permalink
Fix panic in ManagedSeed controller
Browse files Browse the repository at this point in the history
Contexts: from this PR, we're not setting RecoverPanic to true in tests
  • Loading branch information
shafeeqes committed Jan 16, 2023
1 parent 2492f73 commit adfcae3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ var _ = BeforeSuite(func() {
WaitSyncPeriod: &metav1.Duration{Duration: 5 * time.Millisecond},
ConcurrentSyncs: pointer.Int(5),
SyncJitterPeriod: &metav1.Duration{Duration: 50 * time.Millisecond},
// This controller is pretty heavy-weight, so use a higher duration.
SyncPeriod: &metav1.Duration{Duration: time.Minute},
},
},
SeedConfig: &config.SeedConfig{
Expand Down

0 comments on commit adfcae3

Please sign in to comment.