From aee69d6306fba46b6dc57673055c591a503d0693 Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 19 Mar 2019 13:05:50 +0100 Subject: [PATCH] swarm/pss: Increase prox test timeout --- swarm/pss/prox_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/pss/prox_test.go b/swarm/pss/prox_test.go index ba6324582d..f1fe4f9218 100644 --- a/swarm/pss/prox_test.go +++ b/swarm/pss/prox_test.go @@ -227,7 +227,7 @@ func (d *testData) init(msgCount int) error { // nodes Y and Z will be considered required recipients of the msg, // whereas nodes X, Y and Z will be allowed recipients. func TestProxNetwork(t *testing.T) { - t.Run("16/16/10", testProxNetwork) + t.Run("16/16/20", testProxNetwork) } // params in run name: nodes/msgs