Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for WaitTimeout (0.22 sec)

  1. pilot/pkg/xds/eds_test.go

    					err, id)
    				return
    			}
    
    			log.Infof("Received all pushes %v", id)
    			rcvClients.Inc()
    
    			adscConn.Close()
    		}(current)
    	}
    	ok := waitTimeout(wgConnect, to)
    	if !ok {
    		t.Fatal("Failed to connect")
    	}
    	log.Info("Done connecting")
    
    	// All clients are connected - this can start pushing changes.
    	for j := 0; j < nPushes; j++ {
    		if inc {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 20:58:47 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top