mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
integration: extend request timeout
Extend request timeout to give etcd cluster enough time to return response.
This commit is contained in:
parent
ea3dbfed60
commit
305a0d7ab9
@ -45,7 +45,7 @@ import (
|
||||
const (
|
||||
tickDuration = 10 * time.Millisecond
|
||||
clusterName = "etcd"
|
||||
requestTimeout = 2 * time.Second
|
||||
requestTimeout = 20 * time.Second
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
x
Reference in New Issue
Block a user