swarm/pss: Increase timeout on pss network test

This commit is contained in:
lash 2017-12-20 15:39:07 +01:00
parent aaa65e1ab7
commit bd46c3906c

View file

@ -799,7 +799,7 @@ func testNetwork(t *testing.T) {
}
finalmsgcount := 0
ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 120*time.Second)
defer cancel()
outer:
for i := 0; i < int(msgcount); i++ {