Making all operations synchronous
This commit is contained in:
@@ -135,7 +135,6 @@ func startComponents(manifestURL string) (apiServerURL string) {
|
||||
|
||||
cl := client.NewOrDie(&client.Config{Host: apiServer.URL, Version: testapi.Version()})
|
||||
cl.PollPeriod = time.Millisecond * 100
|
||||
cl.Sync = true
|
||||
|
||||
helper, err := master.NewEtcdHelper(etcdClient, "")
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user