From 2c1e9264d8674359c21d03b05e52a62e89a32e5d Mon Sep 17 00:00:00 2001 From: Janos Guljas Date: Thu, 26 Apr 2018 16:53:20 +0200 Subject: [PATCH] swarm/storage: raise the search timeout for NetStore to 30s --- swarm/storage/dpa.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/storage/dpa.go b/swarm/storage/dpa.go index 2257df877c..57a606deb1 100644 --- a/swarm/storage/dpa.go +++ b/swarm/storage/dpa.go @@ -41,7 +41,7 @@ const ( var ( // timeout interval before retrieval is timed out - searchTimeout = 3 * time.Second + searchTimeout = 30 * time.Second ) type DPA struct {