mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #42634 from gmarek/nc_test_sleep
Automatic merge from submit-queue Extend the sleep time in the NC unit test Ref. https://github.com/kubernetes/kubernetes/issues/39975#issuecomment-284600278
This commit is contained in:
		@@ -1249,7 +1249,7 @@ func TestMonitorNodeStatusEvictPodsWithDisruption(t *testing.T) {
 | 
			
		||||
			t.Errorf("%v: unexpected error: %v", item.description, err)
 | 
			
		||||
		}
 | 
			
		||||
		// Give some time for rate-limiter to reload
 | 
			
		||||
		time.Sleep(50 * time.Millisecond)
 | 
			
		||||
		time.Sleep(500 * time.Millisecond)
 | 
			
		||||
 | 
			
		||||
		for zone, state := range item.expectedFollowingStates {
 | 
			
		||||
			if state != nodeController.zoneStates[zone] {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user