mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/pss: Increase timeout slightly on shortrunning proxtest
This commit is contained in:
parent
02d0602bcf
commit
0b7c5151f0
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue