Merge pull request #1757 from coreos-inc/etcd-lock-timeout

Increase the timeout on the atomic lock
This commit is contained in:
josephschorr 2016-08-23 12:52:39 -04:00 committed by GitHub
commit de41c613e4

View file

@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
ETCD_MAX_WATCH_TIMEOUT = 30
ETCD_ATOMIC_OP_TIMEOUT = 30
ETCD_ATOMIC_OP_TIMEOUT = 120
RETRY_IMMEDIATELY_TIMEOUT = 0
NO_WORKER_AVAILABLE_TIMEOUT = 10
DEFAULT_EPHEMERAL_API_TIMEOUT = 20