From 0b7c5151f06dd671d96085c29ce0a0cd4ebdca3c 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 6f31494ae8..4654dad880 100644 --- a/swarm/pss/prox_test.go +++ b/swarm/pss/prox_test.go @@ -205,7 +205,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