bump defaultReconciliationTimeout to 60 sec

To accomodate for increase in leader election from 3 seconds to 10
seconds. This will give more cycles to find another leader.

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
(cherry picked from commit f040bf8e51cd76082729340342c7123cdc53d5b8)
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu
2018-04-04 23:39:46 +00:00
parent f08871ac09
commit cb49c70a36
@@ -30,7 +30,7 @@ import (
"golang.org/x/net/context"
)
var defaultReconciliationTimeout = 30 * time.Second
var defaultReconciliationTimeout = 60 * time.Second
func (s *DockerSwarmSuite) TestAPISwarmInit(c *check.C) {
// todo: should find a better way to verify that components are running than /info