From 19b0bd5b44c82a96d49163fcd47b1ca28bb5dbe6 Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 19 Mar 2019 13:06:10 +0100 Subject: [PATCH] swarm/pss: Increase timeout slightly on shortrunning proxtest --- 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 f1fe4f9218..698e6553f1 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/20", testProxNetwork) + t.Run("16/16/15", testProxNetwork) } // params in run name: nodes/msgs