From 67526279ce021701b81e277e6a3a57b93fbfbee7 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 22 Apr 2018 23:29:45 -0700 Subject: [PATCH] change timelimit --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 97b1433c..20ecbfdf 100644 --- a/connect.go +++ b/connect.go @@ -175,7 +175,7 @@ func (c *Connection) Run() error { c.Server = "localhost" p := peerdiscovery.New(peerdiscovery.Settings{ Limit: 1, - TimeLimit: 60 * time.Second, + TimeLimit: 600 * time.Second, Delay: 500 * time.Millisecond, Payload: []byte(c.Code), })