swarm/pss: Increase timeout slightly on shortrunning proxtest

This commit is contained in:
lash 2019-03-19 13:06:10 +01:00
parent aee69d6306
commit 19b0bd5b44

View file

@ -227,7 +227,7 @@ func (d *testData) init(msgCount int) error {
// nodes Y and Z will be considered required recipients of the msg, // nodes Y and Z will be considered required recipients of the msg,
// whereas nodes X, Y and Z will be allowed recipients. // whereas nodes X, Y and Z will be allowed recipients.
func TestProxNetwork(t *testing.T) { func TestProxNetwork(t *testing.T) {
t.Run("16/16/20", testProxNetwork) t.Run("16/16/15", testProxNetwork)
} }
// params in run name: nodes/msgs // params in run name: nodes/msgs