Merge pull request #123891 from p0lyn0mial/upstream-cacher-decrease-running-time-of-test-wait-unti-fresh
apiserver/storage/cacher: decrease of running time of TestWaitUntilWatchCacheFreshAndForceAllEvents
This commit is contained in:
		@@ -1724,6 +1724,7 @@ func TestWaitUntilWatchCacheFreshAndForceAllEvents(t *testing.T) {
 | 
			
		||||
 | 
			
		||||
	for _, scenario := range scenarios {
 | 
			
		||||
		t.Run(scenario.name, func(t *testing.T) {
 | 
			
		||||
			t.Parallel()
 | 
			
		||||
			var backingStorage *dummyStorage
 | 
			
		||||
			if scenario.backingStorage != nil {
 | 
			
		||||
				backingStorage = scenario.backingStorage
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user