swarm/pss: Another attempt at timeout allocation TestNetwork; 3 mins

This commit is contained in:
lash 2017-12-23 02:55:15 +01:00
parent bd46c3906c
commit d6d5b6285a

View file

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