From b115fca8a9a4fc8e0f7adf9f522df4ec71745cf8 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 11 May 2014 14:30:15 -0300 Subject: [PATCH] Increase ping timeout --- protocol/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/protocol.go b/protocol/protocol.go index f8fffa2fe..501574b6b 100644 --- a/protocol/protocol.go +++ b/protocol/protocol.go @@ -90,7 +90,7 @@ type asyncResult struct { } const ( - pingTimeout = 2 * time.Minute + pingTimeout = 4 * time.Minute pingIdleTime = 5 * time.Minute )