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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user