Skip to content

Commit 1bb0711

Browse files
committed
Merge pull request #1550 from jonboulle/bump_timeout
etcdhttp: bump default Server timeout to 5 mins
2 parents c53e58e + 9726d39 commit 1bb0711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etcdserver/etcdhttp/http.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929

3030
const (
3131
// time to wait for response from EtcdServer requests
32-
defaultServerTimeout = 500 * time.Millisecond
32+
defaultServerTimeout = 5 * time.Minute
3333

3434
// time to wait for a Watch request
3535
defaultWatchTimeout = 5 * time.Minute

0 commit comments

Comments
 (0)