GceDiscoverTests - remove intitial_state_timeout
This commit is contained in:
parent
48b0121f60
commit
ad6eea92d6
|
@ -96,7 +96,6 @@ public class GceDiscoverTests extends ESIntegTestCase {
|
|||
.put("node.portsfile", "true")
|
||||
.put("cloud.gce.project_id", "testproject")
|
||||
.put("cloud.gce.zone", "primaryzone")
|
||||
.put("discovery.initial_state_timeout", "1s")
|
||||
.put("cloud.gce.host", "http://" + httpServer.getAddress().getHostName() + ":" + httpServer.getAddress().getPort())
|
||||
.put("cloud.gce.root_url", "https://" + httpsServer.getAddress().getHostName() +
|
||||
":" + httpsServer.getAddress().getPort())
|
||||
|
|
Loading…
Reference in New Issue