From bd46c3906ce447450f4df18613505c6be4a520ab Mon Sep 17 00:00:00 2001 From: lash Date: Wed, 20 Dec 2017 15:39:07 +0100 Subject: [PATCH] swarm/pss: Increase timeout on pss network test --- swarm/pss/pss_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/pss/pss_test.go b/swarm/pss/pss_test.go index c8c1379370..a5d7e97947 100644 --- a/swarm/pss/pss_test.go +++ b/swarm/pss/pss_test.go @@ -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++ {